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

View File

@@ -0,0 +1,8 @@
- name: Playbook to copy local file fo remote
hosts: webservers
tasks:
- name: copying file with playbook
become: true
copy:
src: /home/corrado/test
dest: /etc/test