Managing Enterprise Servers Portfolio


By: John David Lamzon




Project maintained by jdlamzon-tip

Quiz 3.2: Common Workload Services



Follow the procedure:

1. Create a directory named “quiz32” 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. Create a playbook to install and configure an httpd server. 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 │   └── quiz32 │   ├── httpd.yaml │   ├── README.md │   └── roles │   ├── centos-httpd │   │   ├── defaults │   │   │   └── main.yml │   │   ├── handlers │   │   │   └── main.yml │   │   ├── meta │   │   │   └── main.yml │   │   ├── README.md │   │   ├── tasks │   │   │   └── main.yml │   │   ├── tests │   │   │   └── test.yml │   │   └── vars │   │   └── main.yml │   └── ubuntu-httpd │   ├── defaults │   │   └── main.yml │   ├── handlers │   │   └── main.yml │   ├── meta │   │   └── main.yml │   ├── README.md │   ├── tasks │   │   └── main.yml │   ├── tests │   │   └── test.yml │   └── vars │   └── main.yml └── README.md 17 directories, 17 files