add spooky network
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run

This commit is contained in:
CJ_Clippy 2025-10-06 06:49:09 -08:00
parent e781d0a118
commit bf44851e85
3 changed files with 4 additions and 15 deletions

View File

@ -5,23 +5,12 @@
state: directory state: directory
mode: "0755" mode: "0755"
# - name: Copy env file
# ansible.builtin.copy:
# src: ../../../../.env.production
# dest: /etc/futureporn/our/.env
# mode: "0600"
# - name: rm deprecated docker network
# community.docker.docker_network:
# name: our-shared-net
# scope: local
# state: absent
- name: Add a docker network - name: Add a docker network
community.docker.docker_network: community.docker.docker_network:
name: our-shared-net name: spooky
scope: swarm scope: swarm
state: present state: present
driver: overlay
- name: Clone the latest code - name: Clone the latest code
ansible.builtin.git: ansible.builtin.git:

View File

@ -31,4 +31,4 @@ volumes:
networks: networks:
default: default:
external: true external: true
name: our-shared-net name: spooky

View File

@ -39,4 +39,4 @@ services:
networks: networks:
default: default:
external: true external: true
name: our-shared-net name: spooky