mirror of
https://github.com/KevinMidboe/kazan-ansible.git
synced 2026-01-07 09:45:54 +00:00
etcd role for controller nodes
This commit is contained in:
14
roles/etcd/tasks/main.yml
Normal file
14
roles/etcd/tasks/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- include: install.yml
|
||||
|
||||
- include: certs-controller.yml
|
||||
when: "'controller' in group_names or 'load-balancer' in group_names"
|
||||
|
||||
# - include: certs-lb.yml
|
||||
# when: "'load-balancer' in group_names"
|
||||
|
||||
- include: certs-worker.yml
|
||||
when: "'worker' in group_names"
|
||||
|
||||
- include: systemd-service.yml
|
||||
when: "'controller' in group_names"
|
||||
Reference in New Issue
Block a user