feat: create keepalived dir
This commit is contained in:
parent
735d7f9805
commit
6994f1a14b
1 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# create directory
|
||||||
|
- name: "create - directory"
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "/etc/keepalived"
|
||||||
|
state: "directory"
|
||||||
|
owner: "root"
|
||||||
|
group: "root"
|
||||||
|
mode: "0775"
|
||||||
|
|
||||||
# configure keepalived
|
# configure keepalived
|
||||||
- name: "config - keepalived"
|
- name: "config - keepalived"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue