This video talks about Ansible, what it is, why it may be useful to use, and what it is used for.
We then install Ansible and configure it.
After this we go through an Ansible playbook to install a web server (Apache) and a database (MySQL) on two different managed nodes. The playbook also opens the web ports and starts those services. The same playbook update these machines as well.
We also talk about how to check the formatting of an Ansible playbook to ensure there are no errors in the playbook itself.
See the playbook and a ‘getting started’ guide here:
https://github.com/deepdivesec/cyberscribe_ansible-install
source