We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd0d74 commit f5b81f3Copy full SHA for f5b81f3
2 files changed
infrastructure/add-swarm-nodes.yaml
@@ -2,7 +2,7 @@
2
- hosts: "{{ hosts_group }}"
3
name: Setup Docker Swarm on Application Nodes
4
remote_user: ubuntu
5
- gather_facts: true
+ gather_facts: yes
6
7
tasks:
8
infrastructure/inventory.ini
@@ -47,7 +47,6 @@ clickhouse
47
48
[ingress:children]
49
app
50
-tool
51
52
[infra-nodes:vars]
53
ansible_user=root
0 commit comments