mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
test.yml: Document ansible_local.local_facts, ansible_architecture etc
This commit is contained in:
parent
cb1f00467a
commit
edb26161db
1 changed files with 9 additions and 0 deletions
9
test.yml
9
test.yml
|
@ -55,4 +55,13 @@
|
|||
- debug:
|
||||
var: f
|
||||
|
||||
- debug:
|
||||
var: ansible_local.local_facts
|
||||
- debug:
|
||||
var: ansible_local.local_facts.os_ver
|
||||
- debug:
|
||||
var: ansible_architecture
|
||||
- debug:
|
||||
var: ansible_machine
|
||||
|
||||
# TEST ANSIBLE COMMANDS/MODULES HERE!
|
||||
|
|
Loading…
Reference in a new issue