Diabled Cows, Added full inventory, Added update playbook, Refactoring for Conformity
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Update Server
|
||||
hosts: linuxservers
|
||||
become: true
|
||||
tasks:
|
||||
- name: Update and Upgrade System
|
||||
apt:
|
||||
update_cache: true
|
||||
upgrade: true
|
||||
|
||||
- name: Reboot System
|
||||
reboot:
|
||||
...
|
||||
Reference in New Issue
Block a user