flannel-cluster
andrewrothstein.flannel-cluster
- 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
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
- Fouad Semaan semaanfouad@gmail.com
- Andrew Rothstein andrew.rothstein@gmail.com
Install
ansible-galaxy install andrewrothstein/ansible-flannel-cluster
License
mit
Downloads
710
Owner
Dreamer, coder