-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinventory.yml
23 lines (23 loc) · 1.07 KB
/
inventory.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
all:
hosts:
localhost:
ansible_connection: local
ansible_user: tandy
ansible_become_user: root
ansible_become_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
30656566396538353764653466386233643533623338393265646433643061373465356365373639
3636386132356234663964306633323433306162396261610a636136353832623433373030373864
66333462336462643732396233393030626661376466386161326632343832383466333631386632
6432646139646664320a323666616462616437363432656466613434643139356563313935313762
3632
server.local:
ansible_connection: ssh
ansible_user: root
ansible_ssh_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
36343566656537613434313138616138653234383335633233343633333166313865343161653139
3238303763356661643035643635396133326232656662660a326630356165663630393133343033
65353433363133393862646462333933366231383333373361336338633632353333633633633161
3635336164333931380a363734636439616433316330663865613363643063393031376431363665
6563