zuul/zuul/ansible/action
Monty Taylor 93ad221772
Allow and document use of the uri module from localhost
The rtfd hook job just does an empty POST to a URI. There's no need to
allocate a node for that, we can just make REST calls from the executor.

Also, there is enough going on here that it needs to be documented. Add
a documentation section to the developer docs about what we're doing
with our ansible plugins. In support of that, add a simple sphinx domain
for ansible to allow us to easily link to upstream ansible documentation for
modules.

Change-Id: I9b0be1018388db7361aec10f30a70437de555615
2017-08-07 13:42:53 -05:00
..
__init__.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
add_host.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
add_host.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
asa_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
asa_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
asa_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
asa_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
assemble.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
assemble.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
copy.py Add untrusted-projects ansible test 2017-06-01 18:47:18 -07:00
copy.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
dellos6_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
dellos6_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
dellos9_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
dellos9_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
dellos10_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
dellos10_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
eos_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
eos_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
eos_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
eos_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
fetch.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
fetch.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
include_vars.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
include_vars.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
ios_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
ios_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
ios_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
ios_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
iosxr_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
iosxr_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
iosxr_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
iosxr_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
junos_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
junos_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
junos_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
junos_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
net_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
net_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
net_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
net_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
network.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
network.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
normal.py Allow and document use of the uri module from localhost 2017-08-07 13:42:53 -05:00
normal.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
nxos_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
nxos_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
nxos_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
nxos_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
ops_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
ops_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
ops_template.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
ops_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
patch.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
patch.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
script.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
script.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
sros_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
sros_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
synchronize.py Merge "Fix keyerror with synchronize" into feature/zuulv3 2017-02-24 19:55:28 +00:00
synchronize.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
template.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
unarchive.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
unarchive.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
vyos_config.py Add action plugins to restrict untrusted execution 2017-02-15 16:12:40 -08:00
vyos_config.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
win_copy.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
win_copy.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00
win_template.py Fix all action plugins to import safely 2017-02-22 14:49:34 -05:00
win_template.pyi Use mypy to do static type checking 2017-07-27 14:34:07 -05:00