Managing Enterprise Servers Portfolio


By: John David Lamzon




Project maintained by jdlamzon-tip

Quiz 3.1: Managed Information Systems Services



Follow the procedure:

1. Create a directory named “quiz31” 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 that installs an vsftpd 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 │   └── quiz31 │   ├── README.md │   ├── roles │   │   ├── vsftpd-centos │   │   │   ├── defaults │   │   │   │   └── main.yml │   │   │   ├── handlers │   │   │   │   └── main.yml │   │   │   ├── meta │   │   │   │   └── main.yml │   │   │   ├── README.md │   │   │   ├── tasks │   │   │   │   └── main.yml │   │   │   ├── tests │   │   │   │   └── test.yml │   │   │   └── vars │   │   │   └── main.yml │   │   └── vsftpd-ubuntu │   │   ├── defaults │   │   │   └── main.yml │   │   ├── handlers │   │   │   └── main.yml │   │   ├── meta │   │   │   └── main.yml │   │   ├── README.md │   │   ├── tasks │   │   │   └── main.yml │   │   ├── tests │   │   │   └── test.yml │   │   └── vars │   │   └── main.yml │   └── vsftpd.yaml └── README.md 17 directories, 17 files