use our-shared-net
This commit is contained in:
parent
55b7bfc323
commit
aaec2aae08
@ -11,6 +11,18 @@
|
||||
# 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
|
||||
community.docker.docker_network:
|
||||
name: our-shared-net
|
||||
scope: swarm
|
||||
state: present
|
||||
|
||||
- name: Clone the latest code
|
||||
ansible.builtin.git:
|
||||
repo: https://gitea.futureporn.net/futureporn/fp
|
||||
|
Loading…
x
Reference in New Issue
Block a user