ansible.cfg

Thu, 15 Jun 2017 03:07:17 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 15 Jun 2017 03:07:17 -0400
changeset 64
48887c0dc48d
parent 42
e7b5a22ee347
child 68
539425ad28ce
permissions
-rw-r--r--

tick this off the list

42
e7b5a22ee347 Add extra defaults
Meredith Howard <mhoward@roomag.org>
parents: 31
diff changeset
1 [defaults]
e7b5a22ee347 Add extra defaults
Meredith Howard <mhoward@roomag.org>
parents: 31
diff changeset
2 ask_sudo_pass = True
e7b5a22ee347 Add extra defaults
Meredith Howard <mhoward@roomag.org>
parents: 31
diff changeset
3 retry_files_enabled = False
e7b5a22ee347 Add extra defaults
Meredith Howard <mhoward@roomag.org>
parents: 31
diff changeset
4
30
f468e5f566d1 break out dotfiles playbook and enable agent forwarding
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 [ssh_connection]
42
e7b5a22ee347 Add extra defaults
Meredith Howard <mhoward@roomag.org>
parents: 31
diff changeset
6 ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r

mercurial