deployment/vagrant.hosts.ini

23 lines
536 B
INI
Raw Normal View History

2021-12-11 16:28:17 +01:00
# 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
2021-12-11 16:59:48 +01:00
admin ansible_host=192.168.56.5 hostname=alpha
2021-12-11 16:28:17 +01:00
[managers]
[workers]
2021-12-11 16:59:48 +01:00
192.168.56.6 hostname=beta
192.168.56.7 hostname=gamma
2021-12-11 16:28:17 +01:00
[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
2021-12-11 16:59:48 +01:00
portainer_version=2.11.0
portainer_domain=192.168.56.5
letsencrypt_email=roosensjef@gmail.com