1,576
edits
Changes
→Investigation 2: Creating an Ansible Playbook
==Investigation 2: Creating an Ansible Playbook==
Create an Ansible playbook (named lab2.yaml) that will:
* Run on both ansible2 and ansible3.
* Create user '''<senecaid>''' with a password, and add it to new group '''lab2'''.
* Install, enable, and start apache.
* Insert a persistent firewall exception for port 80.