diff options
| author | 2024-08-25 20:07:17 +0100 | |
|---|---|---|
| committer | 2024-08-25 23:14:45 +0100 | |
| commit | 275cfacc112040b651aae7a0aa04714c46bb91b9 (patch) | |
| tree | 9c0f6d5aca2d87ab3ac288e13dffb9f3475cc441 | |
| parent | Add template NGINX service for cgit deployment (diff) | |
Deploy git-mirrors role to NGINX hosts
| -rw-r--r-- | ansible/playbook.yml | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml index c03ca75..1ac0c05 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -41,6 +41,11 @@      - nginx-geoip      - nginx-cloudflare-mtls +- name: Deploy Git mirrors +  hosts: nginx +  roles: +    - git-mirrors +  - name: Deploy our PostgreSQL database hosts    hosts: databases    roles:  |