IT3110 - System Automation

IT3110 @ utahtech

IT 3110: Systems Automation

Ansible Practice

Assignment

This assignment will hone your system automation skills with ansible.

If you are using terraform to create your machines, they need to be able to speak NFS to each other so you will need to open the security group to udp and tcp 2049. (Change your terraform file)

Tasks

In particular, it should do the following:

To verify that everything is working and that the new share is mounted, you can manually do a df on the client machines after your playbook has executed.

If you get stuck, I have recreated the server one here. Here is my inventory file. You run the playbook like ansible-playbook -i inventory soln.yml -K.