doc/researchAnsible: updated due to enhancement of adding variable target
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
d2ce20787d
commit
7937b4bac7
|
|
@ -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
|
||||
**********************************************
|
||||
|
|
|
|||
Loading…
Reference in New Issue