Guest User

Untitled

a guest
Feb 13th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ---
  2. - hosts: qualif
  3. vars:
  4. - ansible_user: osadmin
  5. - ansible_password: H1g2.D6#
  6. tasks:
  7. - name: Copy stuff from here to over there
  8. copy:
  9. src: /home/osadmin/file.txt
  10. dest: /home/osadmin/file-changed.txt
  11. owner: osadmin
  12. group: osadmin
  13. mode: 0777
  14.  
  15. ansible_user: osadmin
  16. ansible_password: password1
  17. ansible_become_password: password2
  18. [ some other values ]
Add Comment
Please, Sign In to add comment