Guest User

Untitled

a guest
Mar 16th, 2016
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1. ---
  2. - name: Test Custom Modules Book
  3.   hosts: all
  4.   tasks:
  5.   - name: Include the vars from the username/password file
  6.     include_vars: default_passwords.yaml
  7.  
  8.   - name: Adding some usernames and passwords to a file
  9.     command: "/usr/bin/echo 'This is the username: {{ username_from_file }} and this is the password: {{ password_from_file }}' >> /tmp/echo-file.txt"
Add Comment
Please, Sign In to add comment