Added playbook names
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- name: Update apt packages
|
||||||
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update apt packages
|
- name: Update apt packages
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- name: Get disk space usage
|
||||||
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: Get disk usage
|
- name: Get disk usage
|
||||||
shell: df -h / | awk 'NR==2 {print $5}'
|
shell: df -h / | awk 'NR==2 {print $5}'
|
||||||
|
|||||||
Reference in New Issue
Block a user