├── .gitignore ├── Chapter01 ├── example01 │ └── README.md ├── example02 │ └── mastery-hosts ├── example03 │ └── mastery-hosts ├── example04 │ └── README.md ├── example05 │ ├── README.md │ └── snippet.yaml ├── example06 │ ├── README.md │ ├── mastery-hosts │ └── mastery.yaml ├── example07 │ ├── README.md │ ├── mastery-hosts │ └── mastery.yaml ├── example08 │ ├── README.md │ ├── mastery-hosts │ ├── prepost.yaml │ └── roles │ │ └── simple │ │ ├── defaults │ │ └── main.yaml │ │ └── tasks │ │ └── main.yaml ├── example09 │ ├── README.md │ ├── a_vars_file.yaml │ ├── mastery-hosts │ ├── relative.yaml │ └── tasks │ │ ├── a.yaml │ │ └── b.yaml ├── example10 │ ├── README.md │ ├── mastery-hosts │ └── names.yaml ├── example11 │ └── README.md ├── example12 │ ├── README.md │ └── snippet.yaml ├── example13 │ ├── README.md │ └── plugin_filters.yml ├── example14 │ ├── README.md │ ├── priority-hosts │ └── priorityordering.yaml └── example15 │ ├── README.md │ ├── priority-hosts │ └── priorityordering.yaml ├── Chapter02 ├── example01 │ └── README.md ├── example02 │ ├── README.md │ └── password_file ├── example03 │ ├── README.md │ ├── password.sh │ └── password_file ├── example04 │ ├── README.md │ ├── a_vars_file.yaml │ └── password.sh ├── example05 │ ├── README.md │ ├── a_vars_file.yaml │ ├── mastery-hosts │ ├── password.sh │ └── showme.yaml ├── example06 │ ├── README.md │ ├── inline.yaml │ ├── mastery-hosts │ └── password.sh └── example07 │ ├── README.md │ ├── a_vars_file.yaml │ ├── mastery-hosts │ ├── password.sh │ └── showme.yaml ├── Chapter03 ├── example01 │ └── README.md ├── example02 │ └── README.md ├── example03 │ ├── README.md │ └── windows-hosts ├── example04 │ ├── README.md │ └── windows-hosts ├── example05 │ └── README.md ├── example06 │ ├── README.md │ └── windows-hosts └── example07 │ ├── README.md │ ├── mastery.txt │ ├── win_file.yaml │ └── windows-hosts ├── Chapter04 ├── example01 │ ├── README.md │ └── awx.conf └── example02 │ ├── README.md │ └── example.yaml ├── Chapter05 ├── example01 │ ├── README.md │ ├── demo.j2 │ ├── mastery-hosts │ └── template-demo.yaml ├── example02 │ ├── README.md │ ├── demo.j2 │ ├── mastery-hosts │ └── template-demo.yaml ├── example03 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-v2.yaml ├── example04 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-v2.yaml ├── example05 │ ├── README.md │ ├── demo-for.j2 │ ├── mastery-hosts │ └── template-demo-for.yaml ├── example06 │ ├── README.md │ ├── demo-for.j2 │ ├── mastery-hosts │ └── template-demo-for.yaml ├── example07 │ ├── README.md │ ├── demo-for.j2 │ ├── mastery-hosts │ └── template-demo-for.yaml ├── example08 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example09 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example10 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example11 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example12 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example13 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example14 │ ├── README.md │ ├── demo-macro.j2 │ ├── mastery-hosts │ └── template-demo-macro.yaml ├── example15 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example16 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example17 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example18 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example19 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example20 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example21 │ ├── README.md │ ├── derp │ ├── mastery-hosts │ └── template-demo-filters.yaml ├── example22 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-objects.yaml └── example23 │ ├── README.md │ ├── mastery-hosts │ └── template-demo-comparisons.yaml ├── Chapter06 ├── example01 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example02 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example03 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example04 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example05 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example06 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example07 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example08 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example09 │ ├── README.md │ ├── error.yaml │ ├── files │ │ └── frobitz │ └── mastery-hosts ├── example10 │ ├── README.md │ ├── error.yaml │ ├── files │ │ └── frobitz │ └── mastery-hosts ├── example11 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example12 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example13 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example14 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example15 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example16 │ ├── README.md │ ├── error.yaml │ └── mastery-hosts ├── example17 │ ├── README.md │ ├── loop.yaml │ └── mastery-hosts └── example18 │ ├── README.md │ ├── loop.yaml │ └── mastery-hosts ├── Chapter07 ├── example01 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── more-tasks.yaml ├── example02 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── more-tasks.yaml ├── example03 │ ├── README.md │ ├── files.yaml │ ├── includer.yaml │ └── mastery-hosts ├── example04 │ ├── README.md │ ├── files.yaml │ ├── includer.yaml │ └── mastery-hosts ├── example05 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── more-tasks.yaml ├── example06 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── more-tasks.yaml ├── example07 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── more-tasks.yaml ├── example08 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── more-tasks.yaml ├── example09 │ ├── README.md │ ├── handlers.yaml │ ├── includer.yaml │ └── mastery-hosts ├── example10 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── variables.yaml ├── example11 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── variables.yaml ├── example12 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── variables.yaml ├── example13 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── variables.yaml ├── example14 │ ├── README.md │ ├── includer.yaml │ ├── mastery-hosts │ └── variables.yaml ├── example15 │ ├── README.md │ ├── includeme.yaml │ ├── includer.yaml │ └── mastery-hosts ├── example16 │ ├── README.md │ ├── mastery-hosts │ ├── roleplay.yaml │ └── roles │ │ └── simple │ │ ├── defaults │ │ └── main.yml │ │ └── tasks │ │ └── main.yml ├── example17 │ ├── README.md │ ├── mastery-hosts │ ├── roleplay.yaml │ └── roles │ │ └── simple │ │ ├── defaults │ │ └── main.yml │ │ └── tasks │ │ └── main.yml ├── example18 │ ├── README.md │ ├── mastery-hosts │ ├── roleplay.yaml │ └── roles │ │ └── simple │ │ ├── defaults │ │ └── main.yml │ │ ├── handlers │ │ └── main.yml │ │ └── tasks │ │ └── main.yml └── example19 │ └── README.md ├── Chapter08 ├── example01 │ ├── README.md │ ├── mastery-hosts │ └── vintro.yaml ├── example02 │ ├── README.md │ ├── mastery-hosts │ └── vintro.yaml ├── example03 │ ├── README.md │ ├── mastery-hosts │ └── vintro.yaml ├── example04 │ ├── README.md │ ├── mastery-hosts │ └── vintro.yaml ├── example05 │ ├── README.md │ ├── mastery-hosts │ └── objmethod.yaml ├── example06 │ ├── README.md │ ├── mastery-hosts │ └── objmethod.yaml ├── example07 │ ├── README.md │ ├── mastery-hosts │ └── objmethod.yaml ├── example08 │ ├── README.md │ ├── mastery-hosts │ └── objmethod.yaml ├── example09 │ ├── README.md │ ├── mastery-hosts │ └── objmethod.yaml └── example10 │ ├── README.md │ ├── library │ └── systemd.py │ ├── mastery-debug │ └── rpdb.yaml ├── Chapter09 ├── example01 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example02 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example03 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example04 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example05 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example06 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example07 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example08 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ └── simple_module.yaml ├── example09 │ ├── README.md │ ├── filter_plugins │ │ └── sample_filter.py │ ├── mastery-hosts │ └── simple_filter.yaml ├── example10 │ ├── README.md │ ├── ansible.cfg │ ├── callback_plugins │ │ └── shrug.py │ ├── filter_plugins │ │ └── sample_filter.py │ ├── mastery-hosts │ └── simple_filter.yaml ├── example11 │ ├── README.md │ ├── ansible.cfg │ ├── inventory_test.yaml │ └── mastery-inventory.py ├── example12 │ ├── README.md │ ├── ansible.cfg │ ├── inventory_test.yaml │ └── mastery-inventory.py └── example13 │ └── README.md ├── Chapter10 ├── example01 │ ├── README.md │ ├── library │ │ └── remote_copy.py │ ├── mastery-hosts │ ├── serial.yaml │ └── simple_module.yaml ├── example02 │ ├── README.md │ └── serial.yaml ├── example03 │ ├── README.md │ ├── failtest.yaml │ └── mastery-hosts ├── example04 │ ├── README.md │ ├── failtest.yaml │ └── mastery-hosts ├── example05 │ ├── README.md │ ├── failtest.yaml │ └── mastery-hosts ├── example06 │ ├── README.md │ ├── failtest.yaml │ └── mastery-hosts ├── example07 │ ├── README.md │ ├── failtest.yaml │ └── mastery-hosts ├── example08 │ ├── README.md │ ├── mastery-hosts │ ├── micro.yaml │ └── roles │ │ ├── microA │ │ ├── handlers │ │ │ └── main.yaml │ │ └── tasks │ │ │ └── main.yaml │ │ └── microB │ │ ├── handlers │ │ └── main.yaml │ │ └── tasks │ │ └── main.yaml ├── example09 │ ├── README.md │ ├── mastery-hosts │ └── runonce.yaml └── example10 │ ├── README.md │ ├── forserial.yaml │ └── mastery-hosts ├── Chapter11 ├── example01 │ ├── README.md │ ├── boot-server.yaml │ └── mastery-hosts ├── example02 │ ├── README.md │ ├── boot-server.yaml │ └── mastery-hosts ├── example03 │ ├── README.md │ ├── boot-server.yaml │ └── mastery-hosts ├── example04 │ ├── README.md │ ├── configure-server.yaml │ └── mastery-hosts ├── example05 │ ├── README.md │ ├── boot-ec2-server.yaml │ └── mastery-hosts ├── example06 │ ├── README.md │ ├── boot-azure-server.yaml │ └── mastery-hosts ├── example07 │ ├── Dockerfile │ └── README.md ├── example08 │ ├── Dockerfile │ ├── README.md │ ├── docker-interact.yaml │ └── mastery-hosts ├── example09 │ ├── README.md │ ├── docker-all.yaml │ └── mastery-hosts ├── example10 │ └── README.md └── example11 │ ├── README.md │ └── ansible │ ├── ansible-requirements.txt │ ├── ansible.cfg │ ├── container.yml │ ├── meta.yml │ ├── requirements.yml │ └── roles │ └── cowsay │ └── tasks │ └── main.yml ├── Chapter12 ├── example01 │ ├── README.md │ └── reset-f5.yaml ├── example02 │ ├── README.md │ ├── switch-inventory │ ├── switch-l2-configure.yaml │ └── switch-query.yaml ├── example03 │ ├── README.md │ ├── switch-facts.yaml │ └── switch-inventory └── example04 │ ├── README.md │ ├── switch-inventory │ ├── switch-l2-configure.yaml │ └── switch-query.yaml ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | **/*.pyc 2 | 3 | -------------------------------------------------------------------------------- /Chapter01/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example01/README.md -------------------------------------------------------------------------------- /Chapter01/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example04/README.md -------------------------------------------------------------------------------- /Chapter01/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example05/README.md -------------------------------------------------------------------------------- /Chapter01/example05/snippet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example05/snippet.yaml -------------------------------------------------------------------------------- /Chapter01/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example06/README.md -------------------------------------------------------------------------------- /Chapter01/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example06/mastery.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example06/mastery.yaml -------------------------------------------------------------------------------- /Chapter01/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example07/README.md -------------------------------------------------------------------------------- /Chapter01/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example07/mastery.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example07/mastery.yaml -------------------------------------------------------------------------------- /Chapter01/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example08/README.md -------------------------------------------------------------------------------- /Chapter01/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example08/prepost.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example08/prepost.yaml -------------------------------------------------------------------------------- /Chapter01/example08/roles/simple/defaults/main.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | derp: herp 3 | -------------------------------------------------------------------------------- /Chapter01/example08/roles/simple/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example08/roles/simple/tasks/main.yaml -------------------------------------------------------------------------------- /Chapter01/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example09/README.md -------------------------------------------------------------------------------- /Chapter01/example09/a_vars_file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example09/a_vars_file.yaml -------------------------------------------------------------------------------- /Chapter01/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example09/relative.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example09/relative.yaml -------------------------------------------------------------------------------- /Chapter01/example09/tasks/a.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example09/tasks/a.yaml -------------------------------------------------------------------------------- /Chapter01/example09/tasks/b.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example09/tasks/b.yaml -------------------------------------------------------------------------------- /Chapter01/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example10/README.md -------------------------------------------------------------------------------- /Chapter01/example10/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example10/mastery-hosts -------------------------------------------------------------------------------- /Chapter01/example10/names.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example10/names.yaml -------------------------------------------------------------------------------- /Chapter01/example11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example11/README.md -------------------------------------------------------------------------------- /Chapter01/example12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example12/README.md -------------------------------------------------------------------------------- /Chapter01/example12/snippet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example12/snippet.yaml -------------------------------------------------------------------------------- /Chapter01/example13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example13/README.md -------------------------------------------------------------------------------- /Chapter01/example13/plugin_filters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example13/plugin_filters.yml -------------------------------------------------------------------------------- /Chapter01/example14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example14/README.md -------------------------------------------------------------------------------- /Chapter01/example14/priority-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example14/priority-hosts -------------------------------------------------------------------------------- /Chapter01/example14/priorityordering.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example14/priorityordering.yaml -------------------------------------------------------------------------------- /Chapter01/example15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example15/README.md -------------------------------------------------------------------------------- /Chapter01/example15/priority-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example15/priority-hosts -------------------------------------------------------------------------------- /Chapter01/example15/priorityordering.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter01/example15/priorityordering.yaml -------------------------------------------------------------------------------- /Chapter02/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example01/README.md -------------------------------------------------------------------------------- /Chapter02/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example02/README.md -------------------------------------------------------------------------------- /Chapter02/example02/password_file: -------------------------------------------------------------------------------- 1 | my long password 2 | -------------------------------------------------------------------------------- /Chapter02/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example03/README.md -------------------------------------------------------------------------------- /Chapter02/example03/password.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "a long password" 3 | -------------------------------------------------------------------------------- /Chapter02/example03/password_file: -------------------------------------------------------------------------------- 1 | my long password 2 | -------------------------------------------------------------------------------- /Chapter02/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example04/README.md -------------------------------------------------------------------------------- /Chapter02/example04/a_vars_file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example04/a_vars_file.yaml -------------------------------------------------------------------------------- /Chapter02/example04/password.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "a long password" 3 | -------------------------------------------------------------------------------- /Chapter02/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example05/README.md -------------------------------------------------------------------------------- /Chapter02/example05/a_vars_file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example05/a_vars_file.yaml -------------------------------------------------------------------------------- /Chapter02/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter02/example05/password.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "a long password" 3 | -------------------------------------------------------------------------------- /Chapter02/example05/showme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example05/showme.yaml -------------------------------------------------------------------------------- /Chapter02/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example06/README.md -------------------------------------------------------------------------------- /Chapter02/example06/inline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example06/inline.yaml -------------------------------------------------------------------------------- /Chapter02/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter02/example06/password.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "a long password" 3 | -------------------------------------------------------------------------------- /Chapter02/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example07/README.md -------------------------------------------------------------------------------- /Chapter02/example07/a_vars_file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example07/a_vars_file.yaml -------------------------------------------------------------------------------- /Chapter02/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter02/example07/password.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "a long password" 3 | -------------------------------------------------------------------------------- /Chapter02/example07/showme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter02/example07/showme.yaml -------------------------------------------------------------------------------- /Chapter03/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example01/README.md -------------------------------------------------------------------------------- /Chapter03/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example02/README.md -------------------------------------------------------------------------------- /Chapter03/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example03/README.md -------------------------------------------------------------------------------- /Chapter03/example03/windows-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example03/windows-hosts -------------------------------------------------------------------------------- /Chapter03/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example04/README.md -------------------------------------------------------------------------------- /Chapter03/example04/windows-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example04/windows-hosts -------------------------------------------------------------------------------- /Chapter03/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example05/README.md -------------------------------------------------------------------------------- /Chapter03/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example06/README.md -------------------------------------------------------------------------------- /Chapter03/example06/windows-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example06/windows-hosts -------------------------------------------------------------------------------- /Chapter03/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example07/README.md -------------------------------------------------------------------------------- /Chapter03/example07/mastery.txt: -------------------------------------------------------------------------------- 1 | Hello World! 2 | -------------------------------------------------------------------------------- /Chapter03/example07/win_file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example07/win_file.yaml -------------------------------------------------------------------------------- /Chapter03/example07/windows-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter03/example07/windows-hosts -------------------------------------------------------------------------------- /Chapter04/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter04/example01/README.md -------------------------------------------------------------------------------- /Chapter04/example01/awx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter04/example01/awx.conf -------------------------------------------------------------------------------- /Chapter04/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter04/example02/README.md -------------------------------------------------------------------------------- /Chapter04/example02/example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter04/example02/example.yaml -------------------------------------------------------------------------------- /Chapter05/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example01/README.md -------------------------------------------------------------------------------- /Chapter05/example01/demo.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example01/demo.j2 -------------------------------------------------------------------------------- /Chapter05/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example01/template-demo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example01/template-demo.yaml -------------------------------------------------------------------------------- /Chapter05/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example02/README.md -------------------------------------------------------------------------------- /Chapter05/example02/demo.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example02/demo.j2 -------------------------------------------------------------------------------- /Chapter05/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example02/template-demo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example02/template-demo.yaml -------------------------------------------------------------------------------- /Chapter05/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example03/README.md -------------------------------------------------------------------------------- /Chapter05/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example03/template-demo-v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example03/template-demo-v2.yaml -------------------------------------------------------------------------------- /Chapter05/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example04/README.md -------------------------------------------------------------------------------- /Chapter05/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example04/template-demo-v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example04/template-demo-v2.yaml -------------------------------------------------------------------------------- /Chapter05/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example05/README.md -------------------------------------------------------------------------------- /Chapter05/example05/demo-for.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example05/demo-for.j2 -------------------------------------------------------------------------------- /Chapter05/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example05/template-demo-for.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example05/template-demo-for.yaml -------------------------------------------------------------------------------- /Chapter05/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example06/README.md -------------------------------------------------------------------------------- /Chapter05/example06/demo-for.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example06/demo-for.j2 -------------------------------------------------------------------------------- /Chapter05/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example06/template-demo-for.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example06/template-demo-for.yaml -------------------------------------------------------------------------------- /Chapter05/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example07/README.md -------------------------------------------------------------------------------- /Chapter05/example07/demo-for.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example07/demo-for.j2 -------------------------------------------------------------------------------- /Chapter05/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example07/template-demo-for.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example07/template-demo-for.yaml -------------------------------------------------------------------------------- /Chapter05/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example08/README.md -------------------------------------------------------------------------------- /Chapter05/example08/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example08/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example08/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example08/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example09/README.md -------------------------------------------------------------------------------- /Chapter05/example09/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example09/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example09/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example09/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example10/README.md -------------------------------------------------------------------------------- /Chapter05/example10/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example10/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example10/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example10/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example10/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example10/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example11/README.md -------------------------------------------------------------------------------- /Chapter05/example11/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example11/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example11/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example11/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example11/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example11/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example12/README.md -------------------------------------------------------------------------------- /Chapter05/example12/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example12/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example12/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example12/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example12/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example12/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example13/README.md -------------------------------------------------------------------------------- /Chapter05/example13/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example13/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example13/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example13/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example13/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example13/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example14/README.md -------------------------------------------------------------------------------- /Chapter05/example14/demo-macro.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example14/demo-macro.j2 -------------------------------------------------------------------------------- /Chapter05/example14/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example14/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example14/template-demo-macro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example14/template-demo-macro.yaml -------------------------------------------------------------------------------- /Chapter05/example15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example15/README.md -------------------------------------------------------------------------------- /Chapter05/example15/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example15/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example15/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example15/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example16/README.md -------------------------------------------------------------------------------- /Chapter05/example16/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example16/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example16/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example16/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example17/README.md -------------------------------------------------------------------------------- /Chapter05/example17/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example17/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example17/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example17/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example18/README.md -------------------------------------------------------------------------------- /Chapter05/example18/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example18/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example18/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example18/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example19/README.md -------------------------------------------------------------------------------- /Chapter05/example19/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example19/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example19/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example19/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example20/README.md -------------------------------------------------------------------------------- /Chapter05/example20/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example20/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example20/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example20/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example21/README.md -------------------------------------------------------------------------------- /Chapter05/example21/derp: -------------------------------------------------------------------------------- 1 | Ansible is great 2 | -------------------------------------------------------------------------------- /Chapter05/example21/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example21/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example21/template-demo-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example21/template-demo-filters.yaml -------------------------------------------------------------------------------- /Chapter05/example22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example22/README.md -------------------------------------------------------------------------------- /Chapter05/example22/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example22/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example22/template-demo-objects.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example22/template-demo-objects.yaml -------------------------------------------------------------------------------- /Chapter05/example23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example23/README.md -------------------------------------------------------------------------------- /Chapter05/example23/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example23/mastery-hosts -------------------------------------------------------------------------------- /Chapter05/example23/template-demo-comparisons.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter05/example23/template-demo-comparisons.yaml -------------------------------------------------------------------------------- /Chapter06/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example01/README.md -------------------------------------------------------------------------------- /Chapter06/example01/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example01/error.yaml -------------------------------------------------------------------------------- /Chapter06/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example02/README.md -------------------------------------------------------------------------------- /Chapter06/example02/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example02/error.yaml -------------------------------------------------------------------------------- /Chapter06/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example03/README.md -------------------------------------------------------------------------------- /Chapter06/example03/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example03/error.yaml -------------------------------------------------------------------------------- /Chapter06/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example04/README.md -------------------------------------------------------------------------------- /Chapter06/example04/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example04/error.yaml -------------------------------------------------------------------------------- /Chapter06/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example05/README.md -------------------------------------------------------------------------------- /Chapter06/example05/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example05/error.yaml -------------------------------------------------------------------------------- /Chapter06/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example06/README.md -------------------------------------------------------------------------------- /Chapter06/example06/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example06/error.yaml -------------------------------------------------------------------------------- /Chapter06/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example07/README.md -------------------------------------------------------------------------------- /Chapter06/example07/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example07/error.yaml -------------------------------------------------------------------------------- /Chapter06/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example08/README.md -------------------------------------------------------------------------------- /Chapter06/example08/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example08/error.yaml -------------------------------------------------------------------------------- /Chapter06/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example09/README.md -------------------------------------------------------------------------------- /Chapter06/example09/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example09/error.yaml -------------------------------------------------------------------------------- /Chapter06/example09/files/frobitz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example09/files/frobitz -------------------------------------------------------------------------------- /Chapter06/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example10/README.md -------------------------------------------------------------------------------- /Chapter06/example10/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example10/error.yaml -------------------------------------------------------------------------------- /Chapter06/example10/files/frobitz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example10/files/frobitz -------------------------------------------------------------------------------- /Chapter06/example10/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example10/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example11/README.md -------------------------------------------------------------------------------- /Chapter06/example11/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example11/error.yaml -------------------------------------------------------------------------------- /Chapter06/example11/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example11/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example12/README.md -------------------------------------------------------------------------------- /Chapter06/example12/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example12/error.yaml -------------------------------------------------------------------------------- /Chapter06/example12/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example12/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example13/README.md -------------------------------------------------------------------------------- /Chapter06/example13/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example13/error.yaml -------------------------------------------------------------------------------- /Chapter06/example13/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example13/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example14/README.md -------------------------------------------------------------------------------- /Chapter06/example14/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example14/error.yaml -------------------------------------------------------------------------------- /Chapter06/example14/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example14/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example15/README.md -------------------------------------------------------------------------------- /Chapter06/example15/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example15/error.yaml -------------------------------------------------------------------------------- /Chapter06/example15/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example15/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example16/README.md -------------------------------------------------------------------------------- /Chapter06/example16/error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example16/error.yaml -------------------------------------------------------------------------------- /Chapter06/example16/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example16/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example17/README.md -------------------------------------------------------------------------------- /Chapter06/example17/loop.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example17/loop.yaml -------------------------------------------------------------------------------- /Chapter06/example17/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example17/mastery-hosts -------------------------------------------------------------------------------- /Chapter06/example18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example18/README.md -------------------------------------------------------------------------------- /Chapter06/example18/loop.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example18/loop.yaml -------------------------------------------------------------------------------- /Chapter06/example18/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter06/example18/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example01/README.md -------------------------------------------------------------------------------- /Chapter07/example01/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example01/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example01/more-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example01/more-tasks.yaml -------------------------------------------------------------------------------- /Chapter07/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example02/README.md -------------------------------------------------------------------------------- /Chapter07/example02/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example02/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example02/more-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example02/more-tasks.yaml -------------------------------------------------------------------------------- /Chapter07/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example03/README.md -------------------------------------------------------------------------------- /Chapter07/example03/files.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example03/files.yaml -------------------------------------------------------------------------------- /Chapter07/example03/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example03/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example04/README.md -------------------------------------------------------------------------------- /Chapter07/example04/files.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example04/files.yaml -------------------------------------------------------------------------------- /Chapter07/example04/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example04/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example05/README.md -------------------------------------------------------------------------------- /Chapter07/example05/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example05/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example05/more-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example05/more-tasks.yaml -------------------------------------------------------------------------------- /Chapter07/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example06/README.md -------------------------------------------------------------------------------- /Chapter07/example06/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example06/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example06/more-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example06/more-tasks.yaml -------------------------------------------------------------------------------- /Chapter07/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example07/README.md -------------------------------------------------------------------------------- /Chapter07/example07/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example07/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example07/more-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example07/more-tasks.yaml -------------------------------------------------------------------------------- /Chapter07/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example08/README.md -------------------------------------------------------------------------------- /Chapter07/example08/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example08/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example08/more-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example08/more-tasks.yaml -------------------------------------------------------------------------------- /Chapter07/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example09/README.md -------------------------------------------------------------------------------- /Chapter07/example09/handlers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example09/handlers.yaml -------------------------------------------------------------------------------- /Chapter07/example09/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example09/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example10/README.md -------------------------------------------------------------------------------- /Chapter07/example10/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example10/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example10/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example10/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example10/variables.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | varname: derp 3 | -------------------------------------------------------------------------------- /Chapter07/example11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example11/README.md -------------------------------------------------------------------------------- /Chapter07/example11/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example11/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example11/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example11/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example11/variables.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | varname: derp 3 | -------------------------------------------------------------------------------- /Chapter07/example12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example12/README.md -------------------------------------------------------------------------------- /Chapter07/example12/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example12/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example12/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example12/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example12/variables.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | varname: derp 3 | -------------------------------------------------------------------------------- /Chapter07/example13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example13/README.md -------------------------------------------------------------------------------- /Chapter07/example13/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example13/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example13/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example13/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example13/variables.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | varname: derp 3 | -------------------------------------------------------------------------------- /Chapter07/example14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example14/README.md -------------------------------------------------------------------------------- /Chapter07/example14/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example14/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example14/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example14/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example14/variables.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | varname: derp 3 | -------------------------------------------------------------------------------- /Chapter07/example15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example15/README.md -------------------------------------------------------------------------------- /Chapter07/example15/includeme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example15/includeme.yaml -------------------------------------------------------------------------------- /Chapter07/example15/includer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example15/includer.yaml -------------------------------------------------------------------------------- /Chapter07/example15/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example15/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example16/README.md -------------------------------------------------------------------------------- /Chapter07/example16/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example16/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example16/roleplay.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example16/roleplay.yaml -------------------------------------------------------------------------------- /Chapter07/example16/roles/simple/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | derp: herp 3 | -------------------------------------------------------------------------------- /Chapter07/example16/roles/simple/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example16/roles/simple/tasks/main.yml -------------------------------------------------------------------------------- /Chapter07/example17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example17/README.md -------------------------------------------------------------------------------- /Chapter07/example17/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example17/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example17/roleplay.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example17/roleplay.yaml -------------------------------------------------------------------------------- /Chapter07/example17/roles/simple/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | derp: herp 3 | -------------------------------------------------------------------------------- /Chapter07/example17/roles/simple/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example17/roles/simple/tasks/main.yml -------------------------------------------------------------------------------- /Chapter07/example18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example18/README.md -------------------------------------------------------------------------------- /Chapter07/example18/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example18/mastery-hosts -------------------------------------------------------------------------------- /Chapter07/example18/roleplay.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example18/roleplay.yaml -------------------------------------------------------------------------------- /Chapter07/example18/roles/simple/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | derp: herp 3 | -------------------------------------------------------------------------------- /Chapter07/example18/roles/simple/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example18/roles/simple/handlers/main.yml -------------------------------------------------------------------------------- /Chapter07/example18/roles/simple/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example18/roles/simple/tasks/main.yml -------------------------------------------------------------------------------- /Chapter07/example19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter07/example19/README.md -------------------------------------------------------------------------------- /Chapter08/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example01/README.md -------------------------------------------------------------------------------- /Chapter08/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example01/vintro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example01/vintro.yaml -------------------------------------------------------------------------------- /Chapter08/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example02/README.md -------------------------------------------------------------------------------- /Chapter08/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example02/vintro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example02/vintro.yaml -------------------------------------------------------------------------------- /Chapter08/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example03/README.md -------------------------------------------------------------------------------- /Chapter08/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example03/vintro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example03/vintro.yaml -------------------------------------------------------------------------------- /Chapter08/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example04/README.md -------------------------------------------------------------------------------- /Chapter08/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example04/vintro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example04/vintro.yaml -------------------------------------------------------------------------------- /Chapter08/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example05/README.md -------------------------------------------------------------------------------- /Chapter08/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example05/objmethod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example05/objmethod.yaml -------------------------------------------------------------------------------- /Chapter08/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example06/README.md -------------------------------------------------------------------------------- /Chapter08/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example06/objmethod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example06/objmethod.yaml -------------------------------------------------------------------------------- /Chapter08/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example07/README.md -------------------------------------------------------------------------------- /Chapter08/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example07/objmethod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example07/objmethod.yaml -------------------------------------------------------------------------------- /Chapter08/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example08/README.md -------------------------------------------------------------------------------- /Chapter08/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example08/objmethod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example08/objmethod.yaml -------------------------------------------------------------------------------- /Chapter08/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example09/README.md -------------------------------------------------------------------------------- /Chapter08/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter08/example09/objmethod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example09/objmethod.yaml -------------------------------------------------------------------------------- /Chapter08/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example10/README.md -------------------------------------------------------------------------------- /Chapter08/example10/library/systemd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example10/library/systemd.py -------------------------------------------------------------------------------- /Chapter08/example10/mastery-debug: -------------------------------------------------------------------------------- 1 | debug.example.com ansible_host=192.168.81.154 2 | -------------------------------------------------------------------------------- /Chapter08/example10/rpdb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter08/example10/rpdb.yaml -------------------------------------------------------------------------------- /Chapter09/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example01/README.md -------------------------------------------------------------------------------- /Chapter09/example01/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example01/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example01/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example01/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example02/README.md -------------------------------------------------------------------------------- /Chapter09/example02/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example02/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example02/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example02/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example03/README.md -------------------------------------------------------------------------------- /Chapter09/example03/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example03/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example03/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example03/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example04/README.md -------------------------------------------------------------------------------- /Chapter09/example04/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example04/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example04/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example04/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example05/README.md -------------------------------------------------------------------------------- /Chapter09/example05/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example05/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example05/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example05/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example06/README.md -------------------------------------------------------------------------------- /Chapter09/example06/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example06/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example06/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example06/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example07/README.md -------------------------------------------------------------------------------- /Chapter09/example07/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example07/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example07/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example07/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example08/README.md -------------------------------------------------------------------------------- /Chapter09/example08/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example08/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter09/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example08/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example08/simple_module.yaml -------------------------------------------------------------------------------- /Chapter09/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example09/README.md -------------------------------------------------------------------------------- /Chapter09/example09/filter_plugins/sample_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example09/filter_plugins/sample_filter.py -------------------------------------------------------------------------------- /Chapter09/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example09/simple_filter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example09/simple_filter.yaml -------------------------------------------------------------------------------- /Chapter09/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example10/README.md -------------------------------------------------------------------------------- /Chapter09/example10/ansible.cfg: -------------------------------------------------------------------------------- 1 | [defaults] 2 | stdout_callback = shrug 3 | -------------------------------------------------------------------------------- /Chapter09/example10/callback_plugins/shrug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example10/callback_plugins/shrug.py -------------------------------------------------------------------------------- /Chapter09/example10/filter_plugins/sample_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example10/filter_plugins/sample_filter.py -------------------------------------------------------------------------------- /Chapter09/example10/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example10/mastery-hosts -------------------------------------------------------------------------------- /Chapter09/example10/simple_filter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example10/simple_filter.yaml -------------------------------------------------------------------------------- /Chapter09/example11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example11/README.md -------------------------------------------------------------------------------- /Chapter09/example11/ansible.cfg: -------------------------------------------------------------------------------- 1 | [inventory] 2 | enable_plugins = ini, script 3 | -------------------------------------------------------------------------------- /Chapter09/example11/inventory_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example11/inventory_test.yaml -------------------------------------------------------------------------------- /Chapter09/example11/mastery-inventory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example11/mastery-inventory.py -------------------------------------------------------------------------------- /Chapter09/example12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example12/README.md -------------------------------------------------------------------------------- /Chapter09/example12/ansible.cfg: -------------------------------------------------------------------------------- 1 | [inventory] 2 | enable_plugins = ini, script 3 | -------------------------------------------------------------------------------- /Chapter09/example12/inventory_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example12/inventory_test.yaml -------------------------------------------------------------------------------- /Chapter09/example12/mastery-inventory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example12/mastery-inventory.py -------------------------------------------------------------------------------- /Chapter09/example13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter09/example13/README.md -------------------------------------------------------------------------------- /Chapter10/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example01/README.md -------------------------------------------------------------------------------- /Chapter10/example01/library/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example01/library/remote_copy.py -------------------------------------------------------------------------------- /Chapter10/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example01/serial.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example01/serial.yaml -------------------------------------------------------------------------------- /Chapter10/example01/simple_module.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example01/simple_module.yaml -------------------------------------------------------------------------------- /Chapter10/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example02/README.md -------------------------------------------------------------------------------- /Chapter10/example02/serial.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example02/serial.yaml -------------------------------------------------------------------------------- /Chapter10/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example03/README.md -------------------------------------------------------------------------------- /Chapter10/example03/failtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example03/failtest.yaml -------------------------------------------------------------------------------- /Chapter10/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example04/README.md -------------------------------------------------------------------------------- /Chapter10/example04/failtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example04/failtest.yaml -------------------------------------------------------------------------------- /Chapter10/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example05/README.md -------------------------------------------------------------------------------- /Chapter10/example05/failtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example05/failtest.yaml -------------------------------------------------------------------------------- /Chapter10/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example06/README.md -------------------------------------------------------------------------------- /Chapter10/example06/failtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example06/failtest.yaml -------------------------------------------------------------------------------- /Chapter10/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example07/README.md -------------------------------------------------------------------------------- /Chapter10/example07/failtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example07/failtest.yaml -------------------------------------------------------------------------------- /Chapter10/example07/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example07/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/README.md -------------------------------------------------------------------------------- /Chapter10/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example08/micro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/micro.yaml -------------------------------------------------------------------------------- /Chapter10/example08/roles/microA/handlers/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/roles/microA/handlers/main.yaml -------------------------------------------------------------------------------- /Chapter10/example08/roles/microA/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/roles/microA/tasks/main.yaml -------------------------------------------------------------------------------- /Chapter10/example08/roles/microB/handlers/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/roles/microB/handlers/main.yaml -------------------------------------------------------------------------------- /Chapter10/example08/roles/microB/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example08/roles/microB/tasks/main.yaml -------------------------------------------------------------------------------- /Chapter10/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example09/README.md -------------------------------------------------------------------------------- /Chapter10/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter10/example09/runonce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example09/runonce.yaml -------------------------------------------------------------------------------- /Chapter10/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example10/README.md -------------------------------------------------------------------------------- /Chapter10/example10/forserial.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example10/forserial.yaml -------------------------------------------------------------------------------- /Chapter10/example10/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter10/example10/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example01/README.md -------------------------------------------------------------------------------- /Chapter11/example01/boot-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example01/boot-server.yaml -------------------------------------------------------------------------------- /Chapter11/example01/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example01/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example02/README.md -------------------------------------------------------------------------------- /Chapter11/example02/boot-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example02/boot-server.yaml -------------------------------------------------------------------------------- /Chapter11/example02/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example02/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example03/README.md -------------------------------------------------------------------------------- /Chapter11/example03/boot-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example03/boot-server.yaml -------------------------------------------------------------------------------- /Chapter11/example03/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example03/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example04/README.md -------------------------------------------------------------------------------- /Chapter11/example04/configure-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example04/configure-server.yaml -------------------------------------------------------------------------------- /Chapter11/example04/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example04/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example05/README.md -------------------------------------------------------------------------------- /Chapter11/example05/boot-ec2-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example05/boot-ec2-server.yaml -------------------------------------------------------------------------------- /Chapter11/example05/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example05/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example06/README.md -------------------------------------------------------------------------------- /Chapter11/example06/boot-azure-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example06/boot-azure-server.yaml -------------------------------------------------------------------------------- /Chapter11/example06/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example06/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example07/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example07/Dockerfile -------------------------------------------------------------------------------- /Chapter11/example07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example07/README.md -------------------------------------------------------------------------------- /Chapter11/example08/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example08/Dockerfile -------------------------------------------------------------------------------- /Chapter11/example08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example08/README.md -------------------------------------------------------------------------------- /Chapter11/example08/docker-interact.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example08/docker-interact.yaml -------------------------------------------------------------------------------- /Chapter11/example08/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example08/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example09/README.md -------------------------------------------------------------------------------- /Chapter11/example09/docker-all.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example09/docker-all.yaml -------------------------------------------------------------------------------- /Chapter11/example09/mastery-hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example09/mastery-hosts -------------------------------------------------------------------------------- /Chapter11/example10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example10/README.md -------------------------------------------------------------------------------- /Chapter11/example11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/README.md -------------------------------------------------------------------------------- /Chapter11/example11/ansible/ansible-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/ansible/ansible-requirements.txt -------------------------------------------------------------------------------- /Chapter11/example11/ansible/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/ansible/ansible.cfg -------------------------------------------------------------------------------- /Chapter11/example11/ansible/container.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/ansible/container.yml -------------------------------------------------------------------------------- /Chapter11/example11/ansible/meta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/ansible/meta.yml -------------------------------------------------------------------------------- /Chapter11/example11/ansible/requirements.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/ansible/requirements.yml -------------------------------------------------------------------------------- /Chapter11/example11/ansible/roles/cowsay/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter11/example11/ansible/roles/cowsay/tasks/main.yml -------------------------------------------------------------------------------- /Chapter12/example01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example01/README.md -------------------------------------------------------------------------------- /Chapter12/example01/reset-f5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example01/reset-f5.yaml -------------------------------------------------------------------------------- /Chapter12/example02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example02/README.md -------------------------------------------------------------------------------- /Chapter12/example02/switch-inventory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example02/switch-inventory -------------------------------------------------------------------------------- /Chapter12/example02/switch-l2-configure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example02/switch-l2-configure.yaml -------------------------------------------------------------------------------- /Chapter12/example02/switch-query.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example02/switch-query.yaml -------------------------------------------------------------------------------- /Chapter12/example03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example03/README.md -------------------------------------------------------------------------------- /Chapter12/example03/switch-facts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example03/switch-facts.yaml -------------------------------------------------------------------------------- /Chapter12/example03/switch-inventory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example03/switch-inventory -------------------------------------------------------------------------------- /Chapter12/example04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example04/README.md -------------------------------------------------------------------------------- /Chapter12/example04/switch-inventory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example04/switch-inventory -------------------------------------------------------------------------------- /Chapter12/example04/switch-l2-configure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example04/switch-l2-configure.yaml -------------------------------------------------------------------------------- /Chapter12/example04/switch-query.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/Chapter12/example04/switch-query.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Ansible-Third-Edition/HEAD/README.md --------------------------------------------------------------------------------