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:
      Run yum install python and then pick python36: yum install python36
  • Bolt: