Moved ansible stuff to own folder
parent
868acbc08f
commit
fb5bb177ca
|
@ -19,6 +19,7 @@ services:
|
|||
- 'traefik.http.services.portainer.loadbalancer.server.port=9000'
|
||||
- 'traefik.http.routers.portainer.tls=true'
|
||||
- 'traefik.http.routers.portainer.tls.certresolver=letsEncrypt'
|
||||
- 'traefik.http.middlewares.portainer.compress=true'
|
||||
|
||||
networks:
|
||||
- default
|
|
@ -1,22 +0,0 @@
|
|||
# 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
|
Loading…
Reference in New Issue