Guest User

Untitled

a guest
Nov 27th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ---
  2. - hosts: production
  3. remote_user: root
  4. tasks:
  5. - name: test connection
  6. ping:
  7. remote_user: root
  8.  
  9.  
  10. Copy a file to destination
  11.  
  12. ---
  13. - hosts: production
  14. tasks:
  15. - name: create a virtual host file
  16. template: src=/usr/local/src/check.txt dest=/etc/apache2/
Add Comment
Please, Sign In to add comment