added ansible user
This commit is contained in:
@@ -13,10 +13,7 @@ The above command downloads a bash file from 172.16.16.65 and runs the following
|
||||
|
||||
```sh
|
||||
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;
|
||||
apt install git ansible -y;
|
||||
ansible --version;
|
||||
ansible-pull -U https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user