Advertisement
jgilfoil

role tags

Dec 7th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ---
  2. - hosts: all:!blacklist
  3.  
  4. remote_user: xxxxxx
  5.  
  6. pre_tasks:
  7. - name: Clean output directory
  8. file: path=./output state=absent
  9. run_once: true
  10. delegate_to: localhost
  11.  
  12. roles:
  13. - { role: check-sudo-rights, tags: sudorights }
  14. - { role: fetch-keys, tags: fetchkeys }
  15. - { role: dist-info, tags: distinfo }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement