★★★★☆
Very clear and concise. Definitely enough to hit the ground running with Ansible. I've configured a dozen servers at work with Ansible now and saved a ton of time. No more repetitive tasks.
My Notes #
- ad hoc commands
- ansible.cfg
- boot process
- deploying files
- handlers
- host name patterns
- including and importing files
- inventory
- jinja2 templates
- loops and items
- optimizing ansible processing
- packages repositories and subscriptions
- partitions and lvm
- playbooks
- roles
- selinux
- services
- tags
- troubleshooting
- users and groups
- using when to run tasks conditionally
- variables
- vault
Labs #
- lab configure playbook with custom facts
- lab configuring storage
- lab install and enable a webserver
- lab managing software with ansible
- lab managing the bootprocess and services
- lab managing users