Follow the procedure:
.
├── 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