1. Ansible
  2. Ansible
    1. What is Ansible
    2. Set up Vagrant environment
    3. Special Ansible user
    4. Generate and deploy public key
    5. Install Ansible on CentOS, Fedora
    6. Install Ansible with pip
    7. Ansible --version
    8. Ansible central config file
    9. Ansible Inventory file
    10. Ansible Inventory file
    11. ping
    12. Ansible commands
    13. Ansible Playbooks
    14. Ansible Inventory in YAML format
  3. Introduction to Ansible
    1. Why
    2. How
    3. What is Ansible?
    4. Prerequisites for the installations
    5. The samples structure
    6. Starting up - configuring the structure
    7. Configuring Ansible basic files
    8. Running Ansible
    9. Creating an ssh key file and passing it to the hosts
    10. Some simple commands
    11. Install a package - failure
    12. Passwordless sudo
    13. Install a package
    14. removing a package
    15. Shell command
    16. Playbooks - combining tasks
    17. Running the playbook
    18. Adding vars to the play
    19. More vars
    20. Roles
    21. Ansible Galaxy
    22. Resources