Guest User

Untitled

a guest
Nov 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ---
  2. - hosts: localhost
  3. user: root
  4. gather_facts: false
  5. tasks:
  6. - name: Run a command as sample
  7. command: /usr/bin/touch anyfile.php
  8. become: true
  9. become_method: su
  10. become_user: sample
  11. become_flags: '-s /bin/sh'
Add Comment
Please, Sign In to add comment