Skip to content

Commit ec1cd51

Browse files
author
rmengert
committed
Created an etcd_install.yml playbook.
1 parent 004ad97 commit ec1cd51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etcd_install.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
- name: Execute installation tasks on the ETCD servers
3+
hosts: etcd_nodes
4+
become: true
5+
roles:
6+
- role: etcd-install

0 commit comments

Comments
 (0)