From ec38eeca2198ef5be5e9fa1e1d62ecdf87f8fb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 28 May 2022 21:11:23 +0200 Subject: [PATCH] do not edit network in nightly run --- nightly.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nightly.yaml b/nightly.yaml index 5cd8138..34d5bb2 100644 --- a/nightly.yaml +++ b/nightly.yaml @@ -2,7 +2,6 @@ - name: "Deploy basic webhost with Docker" hosts: nightlydocker roles: - - netplan - common - webserver - internalsmtp @@ -10,7 +9,6 @@ - name: "Setup neko" hosts: neko roles: - - common - neko - customfirewall - internalsmtp @@ -18,14 +16,12 @@ - name: "Deploy smtpgateway to smtp.intra.tormakris.dev" hosts: smtp roles: - - netplan - common - smtpgateway - name: "Deploy backup server" hosts: backup roles: - - netplan - common - internalsmtp - backupscript