Moved ansible stuff to own folder

gitea-rework
Jef Roosens 2021-12-18 10:30:44 +01:00
parent 868acbc08f
commit fb5bb177ca
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
33 changed files with 1 additions and 22 deletions

View File

@ -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

View File

@ -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