From b31a1084be1d7ca85035b25fce608888839601f4 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Mon, 29 Mar 2021 14:06:32 +0200
Subject: [PATCH] add awx as sync target

---
 hooks/templates/inc_projects_config.php.erb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb
index d0f78af5..2b94df36 100644
--- a/hooks/templates/inc_projects_config.php.erb
+++ b/hooks/templates/inc_projects_config.php.erb
@@ -131,6 +131,11 @@ switch (php_uname("n")) {
                     'runas' => '', // www-data', // nur fuer commandline
                     'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment',
                 ),
+                'awx_prod' => array(
+                    'type' => 'rsync',
+                    'runas' => '', // www-data', // nur fuer commandline
+                    'target' => 'copy-deployment@puppet.one.iml.unibe.ch:/var/shared/imldeployment',
+                ),
             );
         }
         break;
-- 
GitLab