ansible.cfg

Wed, 13 Apr 2016 13:22:28 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Apr 2016 13:22:28 -0400
changeset 45
2383a9aa66a8
parent 42
e7b5a22ee347
child 68
539425ad28ce
permissions
-rw-r--r--

actually install lightdm

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