- 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
See meta/main.yml
See meta/main.yml
# 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: fouadsemaan.flannel-cluster
MIT
- Fouad Semaan semaanfouad@gmail.com
- Andrew Rothstein andrew.rothstein@gmail.com