devops: Desambiguous networks name

This commit is contained in:
nemunaire 2022-11-27 10:54:57 +01:00
commit 7e02e37daf
4 changed files with 8 additions and 8 deletions

View file

@ -13,13 +13,13 @@ Voici à quoi pourrait ressembler le playbook Ansible démarrant notre agent Dro
memory: 2G
memory_swap: 2G
networks:
- name: drone
- name: drone_net
env:
DRONE_RPC_PROTO: "http"
DRONE_RPC_HOST: "droneci"
DRONE_RPC_SECRET: "{{ shared_secret }}"
DRONE_RUNNER_CAPACITY: "2"
DRONE_RUNNER_NAME: "my-runner"
DRONE_RUNNER_NETWORKS: "drone,gitea"
DRONE_RUNNER_NETWORKS: "drone_net,gitea_net"
```
</div>