Added host templates + new firewall rules

This commit is contained in:
Tanguy MAZE
2018-12-13 18:12:18 +01:00
parent af72857616
commit 2fd6ee2186
6 changed files with 84 additions and 8 deletions

13
temp.yml Normal file
View 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"