├── LICENSE ├── README.md ├── Section 05 └── simple dynamic inventory.txt ├── Section 10 ├── 2 Document-working-with-vars.txt ├── 3.Document-data-structures.txt ├── 4.Document-bash-version.txt ├── 5.input-and-outputs-of-ansible.txt ├── 7.Document-command-line-arguments.txt ├── 8.1.Document-finding-os-distribution-and-os-name-with-gatherfacts.txt └── 8.2.Document-with-out-facts.txt ├── Section 11 └── install visual sudion code.txt ├── Section 12 ├── 1.1.-Document-arithmetic.txt ├── 1.2-Document-install-atom-editor-on-centos.txt ├── 2.Document-practice-on-arithmetic-operatos.txt └── 3.Document-filters-and-methods-of-ansible.txt ├── Section 13 ├── 1.Document-comparison-operators.txt ├── 2.1-Docuemnt-membership-operators.txt ├── 2.2-Document-test-operators.txt └── 3.Document-logical-operators-document.txt ├── Section 14 ├── 2.Document-install-httpd-apche.txt ├── 3.1-Document-find-largest-number-using-when.txt └── 3.2-Document-usage-of-inline-conditional-statement.txt ├── Section 15 └── 1.Document-concepts-of-handlers.txt ├── Section 16 ├── 1.1.Document-install-multiple-pkgs-with-loops.txt └── 1.2.Docuement-install-multiple-pkgs-without-loops.txt ├── Section 17 ├── 1.1.Document-notes-on-tags.txt └── 1.2.Document-tags.txt ├── Section 18 ├── 1.Document-error-handling.txt ├── 2.1.Document-block-concept.txt └── 2.2.Document-error-hanlding-with-block-rescue-always.txt ├── Section 19 ├── 1.1.Document-install_java_Debian.txt ├── 1.2.Document-install_java_RedHat.txt ├── 1.3.Document-install_multiple_pkgs.txt ├── 1.4.Document-install_multiple_pkgs_with_import_and_include.txt ├── 1.5.Document-install_multiple_pkgs_with_include_tasks.txt ├── 1.6.Document-install_webserver_Debian.txt └── 1.7.Document-install_webserver_RedHat.txt ├── Section 20 ├── 1.1.Document-discovery_playbook.txt └── 1.2.Document-delegate_to_vs_local_host.txt ├── Section 21 └── 1Document-install-and-configure-tomcat.txt └── Section 23 └── 1.Github Link for Playbooks.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/README.md -------------------------------------------------------------------------------- /Section 05/simple dynamic inventory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 05/simple dynamic inventory.txt -------------------------------------------------------------------------------- /Section 10/2 Document-working-with-vars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/2 Document-working-with-vars.txt -------------------------------------------------------------------------------- /Section 10/3.Document-data-structures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/3.Document-data-structures.txt -------------------------------------------------------------------------------- /Section 10/4.Document-bash-version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/4.Document-bash-version.txt -------------------------------------------------------------------------------- /Section 10/5.input-and-outputs-of-ansible.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/5.input-and-outputs-of-ansible.txt -------------------------------------------------------------------------------- /Section 10/7.Document-command-line-arguments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/7.Document-command-line-arguments.txt -------------------------------------------------------------------------------- /Section 10/8.1.Document-finding-os-distribution-and-os-name-with-gatherfacts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/8.1.Document-finding-os-distribution-and-os-name-with-gatherfacts.txt -------------------------------------------------------------------------------- /Section 10/8.2.Document-with-out-facts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 10/8.2.Document-with-out-facts.txt -------------------------------------------------------------------------------- /Section 11/install visual sudion code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 11/install visual sudion code.txt -------------------------------------------------------------------------------- /Section 12/1.1.-Document-arithmetic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 12/1.1.-Document-arithmetic.txt -------------------------------------------------------------------------------- /Section 12/1.2-Document-install-atom-editor-on-centos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 12/1.2-Document-install-atom-editor-on-centos.txt -------------------------------------------------------------------------------- /Section 12/2.Document-practice-on-arithmetic-operatos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 12/2.Document-practice-on-arithmetic-operatos.txt -------------------------------------------------------------------------------- /Section 12/3.Document-filters-and-methods-of-ansible.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 12/3.Document-filters-and-methods-of-ansible.txt -------------------------------------------------------------------------------- /Section 13/1.Document-comparison-operators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 13/1.Document-comparison-operators.txt -------------------------------------------------------------------------------- /Section 13/2.1-Docuemnt-membership-operators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 13/2.1-Docuemnt-membership-operators.txt -------------------------------------------------------------------------------- /Section 13/2.2-Document-test-operators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 13/2.2-Document-test-operators.txt -------------------------------------------------------------------------------- /Section 13/3.Document-logical-operators-document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 13/3.Document-logical-operators-document.txt -------------------------------------------------------------------------------- /Section 14/2.Document-install-httpd-apche.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 14/2.Document-install-httpd-apche.txt -------------------------------------------------------------------------------- /Section 14/3.1-Document-find-largest-number-using-when.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 14/3.1-Document-find-largest-number-using-when.txt -------------------------------------------------------------------------------- /Section 14/3.2-Document-usage-of-inline-conditional-statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 14/3.2-Document-usage-of-inline-conditional-statement.txt -------------------------------------------------------------------------------- /Section 15/1.Document-concepts-of-handlers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 15/1.Document-concepts-of-handlers.txt -------------------------------------------------------------------------------- /Section 16/1.1.Document-install-multiple-pkgs-with-loops.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 16/1.1.Document-install-multiple-pkgs-with-loops.txt -------------------------------------------------------------------------------- /Section 16/1.2.Docuement-install-multiple-pkgs-without-loops.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 16/1.2.Docuement-install-multiple-pkgs-without-loops.txt -------------------------------------------------------------------------------- /Section 17/1.1.Document-notes-on-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 17/1.1.Document-notes-on-tags.txt -------------------------------------------------------------------------------- /Section 17/1.2.Document-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 17/1.2.Document-tags.txt -------------------------------------------------------------------------------- /Section 18/1.Document-error-handling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 18/1.Document-error-handling.txt -------------------------------------------------------------------------------- /Section 18/2.1.Document-block-concept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 18/2.1.Document-block-concept.txt -------------------------------------------------------------------------------- /Section 18/2.2.Document-error-hanlding-with-block-rescue-always.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 18/2.2.Document-error-hanlding-with-block-rescue-always.txt -------------------------------------------------------------------------------- /Section 19/1.1.Document-install_java_Debian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.1.Document-install_java_Debian.txt -------------------------------------------------------------------------------- /Section 19/1.2.Document-install_java_RedHat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.2.Document-install_java_RedHat.txt -------------------------------------------------------------------------------- /Section 19/1.3.Document-install_multiple_pkgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.3.Document-install_multiple_pkgs.txt -------------------------------------------------------------------------------- /Section 19/1.4.Document-install_multiple_pkgs_with_import_and_include.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.4.Document-install_multiple_pkgs_with_import_and_include.txt -------------------------------------------------------------------------------- /Section 19/1.5.Document-install_multiple_pkgs_with_include_tasks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.5.Document-install_multiple_pkgs_with_include_tasks.txt -------------------------------------------------------------------------------- /Section 19/1.6.Document-install_webserver_Debian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.6.Document-install_webserver_Debian.txt -------------------------------------------------------------------------------- /Section 19/1.7.Document-install_webserver_RedHat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 19/1.7.Document-install_webserver_RedHat.txt -------------------------------------------------------------------------------- /Section 20/1.1.Document-discovery_playbook.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 20/1.1.Document-discovery_playbook.txt -------------------------------------------------------------------------------- /Section 20/1.2.Document-delegate_to_vs_local_host.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 20/1.2.Document-delegate_to_vs_local_host.txt -------------------------------------------------------------------------------- /Section 21/1Document-install-and-configure-tomcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 21/1Document-install-and-configure-tomcat.txt -------------------------------------------------------------------------------- /Section 23/1.Github Link for Playbooks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Automation-with-Ansible-Playbooks-/HEAD/Section 23/1.Github Link for Playbooks.txt --------------------------------------------------------------------------------