Skip to content

Commit 25659cb

Browse files
authored
Development: Fix ansible-lint (#57)
* Fix ansible-lint * Fix ansible-lint
1 parent 01ce8e4 commit 25659cb

12 files changed

Lines changed: 12 additions & 12 deletions

host_vars/agent01.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::33"
44
host_ipv4_address: 172.24.70.161/25

host_vars/agent02.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::34"
44
host_ipv4_address: 172.24.70.162/25

host_vars/agent03.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::35"
44
host_ipv4_address: 172.24.70.163/25

host_vars/broker.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::27"
44
host_ipv4_address: 172.24.70.155/25

host_vars/db.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::25"
44
host_ipv4_address: 172.24.70.153/25

host_vars/node1.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::30"
44
host_ipv4_address: 172.24.70.158/25

host_vars/node2.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::31"
44
host_ipv4_address: 172.24.70.159/25

host_vars/node3.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::32"
44
host_ipv4_address: 172.24.70.160/25

host_vars/proxy.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::24"
44
host_ipv4_address: 172.24.70.152/25

host_vars/redis.staging2.artemis.cit.tum.de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
# IPv6 address (with CIDR!) which can be used to access the node - If left blank, ansible will use host facts to fill the address.
33
wireguard_host_ipv6_address: "2a09:80c0:ac18:4680::28"
44
host_ipv4_address: 172.24.70.156/25

0 commit comments

Comments
 (0)