Carica file su 'ansible'
This commit is contained in:
8
ansible/df_playbook.yml
Normal file
8
ansible/df_playbook.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Spazio disco docker centos
|
||||
hosts: webservers
|
||||
tasks:
|
||||
- name: Spazio disco con df
|
||||
command: df -h
|
||||
register: space
|
||||
- debug:
|
||||
var: space.stdout_lines
|
||||
Reference in New Issue
Block a user