Guest User

Untitled

a guest
Apr 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ---
  2. - name: first add a few users that we later remove
  3. hosts: testhost
  4. gather_facts: False
  5. vars:
  6. - bootstrap_user: cloud-user
  7. - adminusers:
  8. - {name: admin6, state: 'present', uid: 5006, group: "{{admingroup}}", shell: "{{adminshell}}" }
  9. - moreusers:
  10. - {name: user4, state: 'present', uid: 6004 }
  11. roles:
  12. - ../ansible-role-users
Add Comment
Please, Sign In to add comment