Compare commits
2 Commits
7b7dc42bf3
...
7f6f9530b3
Author | SHA1 | Date |
---|---|---|
|
7f6f9530b3 | |
|
9e79206de2 |
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
HAPROXY_VERSION=2.4.7
|
HAPROXY_VERSION=2.4.8
|
||||||
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
||||||
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
||||||
HAPROXY_SRC=/tmp/haproxy
|
HAPROXY_SRC=/tmp/haproxy
|
||||||
|
|
|
@ -10,6 +10,14 @@ all:
|
||||||
pihole.lan.0rpheus.net:
|
pihole.lan.0rpheus.net:
|
||||||
ansible_ssh_host: 192.168.0.4
|
ansible_ssh_host: 192.168.0.4
|
||||||
|
|
||||||
|
children:
|
||||||
|
proxmox:
|
||||||
|
hosts:
|
||||||
|
unifi.vm.0rpheus.net:
|
||||||
|
minio.vm.0rpheus.net:
|
||||||
|
portainer.vm.0rpheus.net:
|
||||||
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansible_become: false
|
ansible_become: false
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
|
|
Loading…
Reference in New Issue