Added host templates + new firewall rules
This commit is contained in:
13
temp.yml
Normal file
13
temp.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: "Create hosts-init.inv and init.yml form templates"
|
||||
hosts: "localhost"
|
||||
connection: "local"
|
||||
tasks:
|
||||
- name: "Template hosts-init.inv"
|
||||
template:
|
||||
src: "templates/hosts-init.inv.j2"
|
||||
dest: "hosts-init.inv"
|
||||
- name: "Template init.yml"
|
||||
template:
|
||||
src: "templates/init.yml.j2"
|
||||
dest: "init.yml"
|
||||
|
Reference in New Issue
Block a user