diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-03-16 22:28:33 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-03-16 22:28:33 -0700 |
| commit | 053abdc560ad31e482fd631b2b7f8ccd4bd3b3f1 (patch) | |
| tree | c7b3119319e3fc36cbf78dc43b6c8debb572f50f /playbooks/deploy-swarm-cluster.yml | |
| parent | 654694f9276cd9c30a7f2690f9336cf63a0172ef (diff) | |
| download | oldinfra-053abdc560ad31e482fd631b2b7f8ccd4bd3b3f1.tar.gz oldinfra-053abdc560ad31e482fd631b2b7f8ccd4bd3b3f1.zip | |
keepalived
Diffstat (limited to 'playbooks/deploy-swarm-cluster.yml')
| -rw-r--r-- | playbooks/deploy-swarm-cluster.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/playbooks/deploy-swarm-cluster.yml b/playbooks/deploy-swarm-cluster.yml index 22dcdb7..945edb9 100644 --- a/playbooks/deploy-swarm-cluster.yml +++ b/playbooks/deploy-swarm-cluster.yml @@ -5,19 +5,9 @@ become: true tasks: - name: Enable Local Swarm Communications - loop: "{{ rfc1918_cgnat_networks }}" community.general.ufw: rule: allow - port: "2377" - from: "{{ item }}" - state: enabled - - - name: Enable Local Swarm Communications - loop: "{{ rfc1918_cgnat_networks }}" - community.general.ufw: - rule: allow - port: "9001" - from: "{{ item }}" + from: "10.0.0.0/8" state: enabled - name: Setup swarm on init node |
