commit
63e193bdbe
@ -0,0 +1,7 @@
|
||||
- name: integration/ssh/templated_by_inv.yml
|
||||
hosts: tt_targets_inventory
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- meta: reset_connection
|
||||
- name: Templated variables in inventory
|
||||
ping:
|
@ -0,0 +1,10 @@
|
||||
- name: integration/ssh/templated_by_play_taskvar.yml
|
||||
hosts: tt_targets_bare
|
||||
gather_facts: false
|
||||
vars:
|
||||
ansible_password: "{{ 'has_sudo_nopw_password' | trim }}"
|
||||
|
||||
tasks:
|
||||
- meta: reset_connection
|
||||
- name: Templated variables in play
|
||||
ping:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue