forked from pachalko/ansible-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
28 lines (23 loc) · 985 Bytes
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Config file for ansible -- http://ansible.github.com
# nearly all parameters can be overridden in ansible playbook or with command line flags
# ansible will read ./ansible.cfg, ~/.ansible.cfg or /etc/ansible/ansible.cfg,
# whichever it finds first
#
# Copyright (c) 2014 PP
#
# author: [email protected]
#
[defaults]
# location of inventory file, eliminates need to specify -i
hostfile = ./clouds/amazon-aws/ec2.py
# location for ansible log file. If set, will store output from ansible
# and ansible-playbook. If enabling, you may wish to configure logrotate.
#log_path = ./ansible.log
# if set, always use this private key file for authentication, same as if passing
# --private-key to ansible or ansible-playbook
#private_key_file=~/.vagrant.d/insecure_private_key
# if set, always run /usr/bin/ansible commands as this user, and assume this value
# if "user:" is not set in a playbook. If not set, use the current Unix user
# as the default
remote_user=ubuntu