Topic: Automation
Automation
- Ansible:
- Installation on Centos 8:
Install the epel (enterprise) package:sudo yum install epel-release -y
Then install ansible:subdo yum install -y ansible
We need to install Python:
Runyum install python
and then pick python36:yum install python36
- Installation on Centos 8:
- Bolt: