Ansible job definitions for Zuul
Go to file
Tudor Tabacel 719f214db7 mirror-workspace-git: use port when pushing git repo through ssh
In the case of using a custom SSH port to connect to the ansible host,
the task of pushing the repository failed, as it assumed the SSH port to
be the default 22.

Now the command is aware of the custom SSH port, as it is specified in
the host facts.

Note that we have to escape the hostname if it is an ipv6 address
(because : is a special character in ipv6 addresses). Thankfully ansible
provides a filter to do that for us:
https://docs.ansible.com/ansible/2.5/user_guide/playbooks_filters_ipaddr.html#wrapping-ipv6-addresses-in-brackets

Change-Id: I76969850fc3a57078370fe38efdebac146720797
2018-11-19 14:17:31 -08:00
doc/source Add guidelines on variable naming 2018-08-31 09:28:34 +10:00
playbooks Add ensure-python role 2018-10-11 21:45:00 -04:00
roles mirror-workspace-git: use port when pushing git repo through ssh 2018-11-19 14:17:31 -08:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview Added .gitreview 2017-05-24 19:48:52 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07:00
bindep.txt Updated bindep to cover for MacOS requirements 2018-10-27 16:31:33 +00:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-requirements.txt Revert "Extract pep8 messages for inline comments" 2018-10-18 09:11:38 +00:00
tox.ini Fix flake8 3.6.0 errors 2018-10-25 08:09:28 +02:00
zuul.yaml Merge "Remove trigger-readthedocs job" 2018-09-06 05:38:02 +00:00

README.rst

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.