Skip to content

Commit f5b81f3

Browse files
committed
remove ingress that was not needed
1 parent 6fd0d74 commit f5b81f3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

infrastructure/add-swarm-nodes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- hosts: "{{ hosts_group }}"
33
name: Setup Docker Swarm on Application Nodes
44
remote_user: ubuntu
5-
gather_facts: true
5+
gather_facts: yes
66

77
tasks:
88

infrastructure/inventory.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ clickhouse
4747

4848
[ingress:children]
4949
app
50-
tool
5150

5251
[infra-nodes:vars]
5352
ansible_user=root

0 commit comments

Comments
 (0)