Compare commits
No commits in common. "7f6f9530b3b29a4a400cdac6c1fa9afda57bad9d" and "7b7dc42bf34268886672fd68bbd2469d5fa3ce51" have entirely different histories.
7f6f9530b3
...
7b7dc42bf3
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
HAPROXY_VERSION=2.4.8
|
HAPROXY_VERSION=2.4.7
|
||||||
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,14 +10,6 @@ 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