Guest User

Untitled

a guest
Oct 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [defaults]
  2. transport=ssh
  3. inventory=$HOME/dev/bossjones/ansible/hosts
  4. system_errors = False
  5. host_key_checking = False
  6. ask_sudo_pass = False
  7. retry_files_enabled = False
  8. library = $HOME/dev/bossjones/ansible/library
  9.  
  10. [ssh_connection]
  11. # DC/OS ssh
  12. ssh_args= -o ControlMaster=auto -o ControlPersist=60s -o ProxyCommand="/usr/bin/nc -x localhost:1230 %h %p"
Add Comment
Please, Sign In to add comment