devops: Desambiguous networks name
This commit is contained in:
parent
f4834c1e8e
commit
7e02e37daf
4 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue