0%

1. Install and configure Ansible on the control

2. Create yum.yml playbook for repos

Repository 1

Repository 2

3. Install packages (packages.yml)

4. Installing Ansible Content Collections installs the collection in the local collections directory. Download tar file url given on exam http://content.lab.example.com/collection

5. RHEL System role - timesync.yml

6. Install roles using Ansible Galaxy

7. Create and use a role (apache)

8. Generate hosts file (hosts.yml)

9. Cronjob (crontab.yml)

10. SELinux (selinux.yml)

11. Rekey an Ansible Vault

12. Create & use a logical Volume Create a playbook called /home/devops/ansible/ansible/lv.yml that runs on devhost managed nodes that does the following:

13.creat user accounts.

14. Create a Password vault:

Create an ansible vault to store user Password as follows:

15. Modify the file Content

16. use roles from Ansible Galaxy

17.Create a playbook webcontent.yml and it should run on dev group.

18.Create hwreport.yml on all groups.