mirror of
https://github.com/KevinMidboe/kazan-ansible.git
synced 2026-01-10 11:15:54 +00:00
etcd role for controller nodes
This commit is contained in:
8
roles/etcd/tasks/install.yml
Normal file
8
roles/etcd/tasks/install.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Create etcd config dir
|
||||
file: path=/etc/etcd state=directory
|
||||
become: true
|
||||
|
||||
- name: Create etcd data dir
|
||||
file: path=/var/lib/etcd state=directory
|
||||
become: true
|
||||
Reference in New Issue
Block a user