#######################################
#######################################
- Install ansible on ansible_VM
- then you need to create a /data FS with 5GB on each VM
- you need to update inventory.ini file
- confingure passwordless connextion between each target VM and ansible_VM
before executing run this ommand in your folder
dos2unix *.sh
- ansible-playbook -i inventory.ini Playbook.yml
- ansible-playbook -i inventory.ini ubuntu_exec.yml
- ansible-playbook -i inventory.ini lynis_ubuntu_exec.yml
- ansible-playbook -i inventory.ini reverse_copy_ubuntu_exec.yml
- ansible-playbook -i inventory.ini redhat_exec.yml
- ansible-playbook -i inventory.ini lynis_redhat_exec.yml
- ansible-playbook -i inventory.ini reverse_copy_redhat_exec.yml