From 7937b4bac7481d89cace2c1aab86c3c97eb27a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Mon, 21 Aug 2023 16:50:36 +0200 Subject: [PATCH] doc/researchAnsible: updated due to enhancement of adding variable target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Mattmüller --- doc/src/nextlevel-ci/researchAnsible.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/src/nextlevel-ci/researchAnsible.rst b/doc/src/nextlevel-ci/researchAnsible.rst index e281329..df4101b 100644 --- a/doc/src/nextlevel-ci/researchAnsible.rst +++ b/doc/src/nextlevel-ci/researchAnsible.rst @@ -1444,6 +1444,21 @@ After synchronizing the AWX project *NWL CI* the new job template is added: So far everything worked fine. +Now, we have two open points with that state: + +#. Adding this target variable to all other job templates + + * In our case we add the variable for all other jobs as ``target: "10.115.101.101"`` + +#. Adapting all the playbooks for running the tasks on the host defined by this variable + + .. code-block:: bash + + - hosts: linux + + hosts: "{{ target }}" + +A rough test of the job templates *Clone CI Repo*, *Build Docker Image* and *Start-Stop CI Instance* succeeded. + Getting Plugins Versions and Available Updates **********************************************