Summary
Summary Ansible - Automation Choral.txt
- Course
- Institution
# Workout - hostvars and inventory_hostname #Step 1 vim #Insert the following code inside . Press "i" without quotes to insert text. --- - name: built-in variables hosts: all tasks: - debug: var=hostvars[inventory_hostname] #Press "Esc" key and then write ":wq", without quotes, and then press "Ent...
[Show more]