/ansible-simple

Simple ansible playbook exercise

Some examples for simple Ansible playbooks. Useful for short training or mini workhops

List of directories:

  • playbook-simple: start with a simple, flat playbook
  • playbook-vars: we introduce vars and tags
  • playbook-tmplates: we practice template usage and loops
  • playbook-roles: tidying up the playbook with reusable roles
  • playbook-debug: debug examples