commit
This commit is contained in:
@@ -15,6 +15,6 @@ The above command downloads a bash file from 172.16.16.65 and runs the following
|
|||||||
apt update -y;
|
apt update -y;
|
||||||
apt install git ansible -y;
|
apt install git ansible -y;
|
||||||
ansible --version;
|
ansible --version;
|
||||||
ansible-pull -U https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git
|
https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git proxmox.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -28,7 +28,7 @@
|
|||||||
- name: remove vim-nox
|
- name: remove vim-nox
|
||||||
apt:
|
apt:
|
||||||
name: vim-nox
|
name: vim-nox
|
||||||
state: absent
|
state: present
|
||||||
|
|
||||||
- name: dist upgrade
|
- name: dist upgrade
|
||||||
apt: upgrade=dist
|
apt: upgrade=dist
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
name: ansible auto-provision
|
name: ansible auto-provision
|
||||||
minute: "*/10"
|
minute: "*/10"
|
||||||
user: root
|
user: root
|
||||||
job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/"
|
job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/ansible-proxmox.git proxmox.yml"
|
||||||
|
|
||||||
- name: add reboot cronjob
|
- name: add reboot cronjob
|
||||||
cron:
|
cron:
|
||||||
|
|||||||
Reference in New Issue
Block a user