flannel-cluster

andrewrothstein.flannel-cluster

Build Status

  • Configures a TLS secured flannel cluster
  • Installs flannel on each host in the flannel group
  • Runs a flanneld server on each host in the flannel-master group
  • Finds the etcd cluster through the etcd-master group

Requirements

See meta/main.yml

Role Variables

See defaults/main.yml

Dependencies

See meta/main.yml

Example Playbook

# example inventory
[flannel-master]
host[1:k].test

[flannel]
host[1:n].test

[etcd-master]
host[1:k].test
# playbook.yml
- hosts: flannel
  roles:
    - role: andrewrothstein.flannel-cluster 

License

MIT

Author Information

About

configures a flannel cluster

Install
ansible-galaxy install andrewrothstein/ansible-flannel-cluster
GitHub repository
License
mit
Downloads
707
Owner
Dreamer, coder