Feat(Choux): Add testing vars
This commit is contained in:
parent
7e358f1e09
commit
a49806d951
@ -8,6 +8,7 @@
|
|||||||
- vars/Choux.yml
|
- vars/Choux.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- include: tasks/test.yml
|
||||||
- include: tasks/arch_CLI_packages.yml
|
- include: tasks/arch_CLI_packages.yml
|
||||||
- include: tasks/zsh.yml
|
- include: tasks/zsh.yml
|
||||||
- include: tasks/users.yml
|
- include: tasks/users.yml
|
||||||
|
8
tasks/test.yml
Normal file
8
tasks/test.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- debug:
|
||||||
|
msg: "{{ ansible_facts }}"
|
||||||
|
|
||||||
|
- name: Display all variables/facts known for a host
|
||||||
|
debug:
|
||||||
|
var: hostvars[inventory_hostname]
|
||||||
|
verbosity: 4
|
Loading…
Reference in New Issue
Block a user