f9136415a70772622359d6f30c373cc4a9de25c0
Proxmox version-7 ansible repo
- Ansible must be installed in the environment
- Ansible will configure a cron-job that watches this repo for changes if any changes made ansible will automatically update the configuration in every machine
Run this command as a root user to install and run ansible
curl 172.16.16.65:8081/ansible/ | bash
The above command downloads a bash file from 172.16.16.65 and runs the following commands instead of running one by one
Run this command to install and run ansibleIf the above command not works run the following commands to install and run ansible
apt update -y;
apt install git -y;
apt install software-properties-common -y;
add-apt-repository --yes --update ppa:ansible/ansible;
apt install ansible -y;
ansible --version;
ansible-pull -U https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git