deployment/vagrant.hosts.ini

23 lines
536 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 hostname=alpha
[managers]
[workers]
192.168.56.6 hostname=beta
192.168.56.7 hostname=gamma
[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
portainer_version=2.11.0
portainer_domain=192.168.56.5
letsencrypt_email=roosensjef@gmail.com