Carica file su 'ansible'

This commit is contained in:
2022-07-07 21:48:32 +00:00
parent d87c141669
commit 0faafb560b
5 changed files with 100 additions and 0 deletions

8
ansible/df_playbook.yml Normal file
View 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