From 275cfacc112040b651aae7a0aa04714c46bb91b9 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 25 Aug 2024 20:07:17 +0100 Subject: Deploy git-mirrors role to NGINX hosts --- ansible/playbook.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ansible') 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: -- cgit v1.2.3