ANSIBLE
installation on ubuntu:
vi ans.sh
#!/bin/bash
apt update -y
apt install software-properties-common -y
apt-add-repository ppa:ansible/ansible -y
apt update -y
apt install ansible -y
Ansible --version
apt update -y
apt install software-properties-common -y
apt-add-repository ppa:ansible/ansible -y
apt update -y
apt install ansible -y
Ansible --version
No comments:
Post a Comment