19 lines
397 B
INI
19 lines
397 B
INI
# This file should only contain static IPs. Dynamic IPs should be defined in
|
|
# originals.ini.
|
|
|
|
# The admin is the main host that initializes the swarm
|
|
admin ansible_host=192.168.56.5
|
|
|
|
[managers]
|
|
|
|
[workers]
|
|
192.168.56.6
|
|
192.168.56.7
|
|
|
|
[all:vars]
|
|
ansible_ssh_user=debian
|
|
ansible_ssh_port=2222
|
|
ansible_become_pass=pass
|
|
; ansible_ssh_private_key_file=~/.vagrant.d/insecure_private_key
|
|
debian_pass=pass
|