-
Notifications
You must be signed in to change notification settings - Fork 3
/
inventory
24 lines (23 loc) · 982 Bytes
/
inventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[localhost]
localhost ansible_connection=local ansible_python_interpreter=python
# Uncomment the following lines and update the IP address if you would
# like to use BrassCrow to configure a server that is already running
# (e.g. a server at a provider not natively supported by BrassCrow).
#
# Multiple servers can be configured simultaneously if multiple IP
# addresses are defined.
#
# If you already have SSH fingerprints for the hosts you are configuring
# (e.g. using `ssh-keyscan`) then you should also comment out the
# 'host_key_checking = False' line in the ansible.cfg file. That setting
# is only sensible and convenient when connecting to a brand-new host.
#
#[brasscrow-host]
#10.10.10.10
#
# If the SSH user to be used to login is not "root", specify it here with
# the ansible_user directive. BrassCrow will sudo automatically. If sudo
# requires a password, use the --ask-become-pass command line option.
#
# [brasscrow-host]
# 255.255.255.255 ansible_user=ubuntu