Projects

Install and configure Ansible on EC2 Instance

  1. Update Name tag on your Jenkins EC2 Instance to Jenkins-Ansible. We will use this server to run playbooks.
  2. In your GitHub account create a new repository and name it ansible-config-mgt.
  3. Instal Ansible
sudo apt update

sudo apt install ansible

Check your Ansible version by running ansible --version

  1. Configure Jenkins buil...
    Learn More