2022-06-12 17:01:22 +05:30
2022-06-12 16:43:47 +05:30
2022-06-12 16:43:47 +05:30
2022-06-12 17:01:22 +05:30

Proxmox version-7 ansible repo

  1. Ansible must be installed in the environment
  2. 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 to install and run ansible

curl 172.16.16.65:8081/ansible/ | sudo bash

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 software-properties-common -y;
add-apt-repository --yes --update ppa:ansible/ansible;
apt install ansible -y;
S
Description
No description provided
Readme
41 KiB