Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.28 KB | None | 0 0
  1. --- # Testing how variables work in the vars section of a playbook
  2. - hosts: {{ myhosts }}# variable myhosts is a directive in the file hosts
  3.   remote_user: ansible
  4.   become: yes  # become a root user on remote host
  5.   become_method: sudo # having sudo privileges
  6.   connection: ssh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement