Coder Social home page Coder Social logo

stuttgart-things / configure-rke-node Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 33 KB

prepares machines for rancher-ha deployment or as base installation for a downstream cluster rke node

License: Apache License 2.0

ansible kubernetes linux rancher rke rke2

configure-rke-node's Introduction

stuttgart-things/configure-rke-node

prepares machines for rancher-ha deployment or as base installation for a downstream cluster node (w/ option for cloud-init). (Rancher OS Requirements).

INSTALLATION

cat <<EOF > /tmp/requirements.yaml
roles:
- src: https://github.com/stuttgart-things/configure-rke-node.git
  scm: git
  version: rke2r2-1.26.0
- src: https://github.com/stuttgart-things/install-requirements.git
  scm: git
  version: 05092023
- src: https://github.com/stuttgart-things/install-configure-docker.git
  scm: git


collections: 
- name: community.crypto 
  version: 2.13.0 
- name: community.general 
  version: 6.6.0 
- name: ansible.posix 
  version: 1.5.2 
- name: kubernetes.core
  version: 2.4.0
EOF

pip3 install netaddr
ansible-galaxy install -r /tmp/requirements.yaml -f

Example play (RKE2)

- hosts: all 
  become: true
  
  vars: 
    cloudinit: false 
    create_rke_user: false 
    update_os: true
    install_docker: false
    install_docker_compose: false 
    set_docker_proxy: false 
    template_creation_setup: false
    
  roles: 
    - role: configure-rke-node

License

Author Information

Patrick Hermann [email protected]

Christian Mueller [email protected]

04/2020

configure-rke-node's People

Contributors

patrick-hermann-sva avatar scrum-my avatar

Forkers

webclinic017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.