rajout exemple inventaire et group_vars et host_vars
This commit is contained in:
7
5_inventaire/foo.yml
Normal file
7
5_inventaire/foo.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: foo
|
||||
become: false
|
||||
hosts: machines
|
||||
tasks:
|
||||
- name: bar
|
||||
debug:
|
||||
msg: "hello world: {{ var_machine }}"
|
||||
Reference in New Issue
Block a user