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. Ansible Content Collections

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/admin/ansible/ansible/lv.yml that runs on all 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 web Content Directory