/ansible-roadshow

One day hands on lab with Ansible and Ansible Tower

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ansible-roadshow

One day hands on lab with Ansible and Ansible Tower including:

  • Ansible basics (clientless nature, inventory, ansible-playbook basic commands)
  • Git workflows for working with Ansible (GitHub workflow)
  • How to create playbooks (basic playbook, playbook with Ansible vaults)
  • How to work with roles (transform a playbook to a role)
  • Ansible Tower (projects, inventories, job templates, credentials)
  • An introduction to Ansible Galaxy
  • How to create your own Ansible module
  • How to work with Ansible code
  • Ansible Tower basics
  • How to test your Ansible playbooks and roles
BELOW is an overview of the labs
  1. Getting Started

  2. Writing Your First Playbook

  3. Writing the Wildfly Playbook

  4. Writing the Load Balancer Playbook

  5. Handling Secrets with Ansible Vault

  6. Working with Ansible as code

  7. Introducing Ansible Tower

  8. Installing wildfly and nginx from Tower

  9. Testing Ansible playbooks

  10. Developing Ansible Modules