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