Managing Enterprise Servers Portfolio


By: John David Lamzon




Project maintained by jdlamzon-tip

Quiz 2.3. Ansible Roles



Follow the procedure:

1. Create a directory named “quiz23” in your student number directory in Quiz 1.3 2. Create a markdown file named “README.md” in the newly created directory with the directory summary 3. Optimize Quiz 2.2 with roles. 4. Then create a Pull request and put your forked repo in the only question of this quiz (Note answer this quiz as well as create a pull request).

Output:


GitHub Page

Directory Summary:

. ├── 1811683 │   └── quiz23 │   ├── ansible.cfg │   ├── body.html │   ├── info.html │   ├── inventory │   ├── playbook.yaml │   ├── README.md │   └── roles │   └── server-installation │   ├── defaults │   │   └── main.yml │   ├── handlers │   │   └── main.yml │   ├── meta │   │   └── main.yml │   ├── README.md │   ├── tasks │   │   └── main.yml │   ├── tests │   │   ├── inventory │   │   └── test.yml │   └── vars │   └── main.yml └── README.md 10 directories, 15 files