use our-shared-net
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 04:51:07 -08:00
parent 55b7bfc323
commit aaec2aae08

View File

@ -11,6 +11,18 @@
# dest: /etc/futureporn/our/.env # dest: /etc/futureporn/our/.env
# mode: "0600" # mode: "0600"
# - name: rm deprecated docker network
# community.docker.docker_network:
# name: our-shared-net
# scope: local
# state: absent
- name: Add a docker network
community.docker.docker_network:
name: our-shared-net
scope: swarm
state: present
- name: Clone the latest code - name: Clone the latest code
ansible.builtin.git: ansible.builtin.git:
repo: https://gitea.futureporn.net/futureporn/fp repo: https://gitea.futureporn.net/futureporn/fp