projects
/
public
/
csc-playbooks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added playbook to distribute web browser config for kerberos
[public/csc-playbooks.git]
/
ansible.cfg
1
[defaults]
2
# Settings
3
ask_sudo_pass = False
4
remote_tmp = /tmp/${USER}/ansible
5
nocows = 1
6
7
# Inventory
8
inventory = hosts
9
10
# Logging
11
log_path = ansible.log
12
13
# Plugins
14
15
callback_plugins = plugins/callback/log_plays/
16
17
[ssh_connection]
18
ssh_args = -o ServerAliveInterval=30 -o ControlMaster=no
19