Feat(Choux): Add testing vars
This commit is contained in:
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
|
Reference in New Issue
Block a user