summaryrefslogtreecommitdiff
path: root/zuul/ansible/2.5/lookup
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-01-19 13:33:39 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-15 09:09:16 +0100
commitcd9827e6649b7f14513c2f201afc9e9d46998ddb (patch)
treef89c2370385812fa82b64bd61a63a34a508d19c0 /zuul/ansible/2.5/lookup
parentc91335b5279872d90b285b087a0c2ddb85fc4f77 (diff)
downloadzuul-cd9827e6649b7f14513c2f201afc9e9d46998ddb.tar.gz
Manage ansible installations within zuul
As a first step towards supporting multiple ansible versions we need tooling to manage ansible installations. This moves the installation of ansible from the requirements.txt into zuul. This is called as a setup hook to install the ansible versions into <prefix>/lib/zuul/ansible. Further this tooling abstracts knowledge that the executor must know in order to actually run the correct version of ansible. The actual usage of multiple ansible versions will be done in follow-ups. For better maintainability the ansible plugins live in zuul/ansible/base where plugins can be kept in different versions if necessary. For each supported ansible version there is a specific folder that symlinks the according plugins. Change-Id: I5ce1385245c76818777aa34230786a9dbaf723e5 Depends-On: https://review.openstack.org/623927
Diffstat (limited to 'zuul/ansible/2.5/lookup')
l---------zuul/ansible/2.5/lookup/__init__.py1
l---------zuul/ansible/2.5/lookup/_banned.py1
l---------zuul/ansible/2.5/lookup/_banned.pyi1
l---------zuul/ansible/2.5/lookup/chef_databag.py1
l---------zuul/ansible/2.5/lookup/chef_databag.pyi1
l---------zuul/ansible/2.5/lookup/consul_kv.py1
l---------zuul/ansible/2.5/lookup/consul_kv.pyi1
l---------zuul/ansible/2.5/lookup/credstash.py1
l---------zuul/ansible/2.5/lookup/credstash.pyi1
l---------zuul/ansible/2.5/lookup/csvfile.py1
l---------zuul/ansible/2.5/lookup/csvfile.pyi1
l---------zuul/ansible/2.5/lookup/cyberarkpassword.py1
l---------zuul/ansible/2.5/lookup/cyberarkpassword.pyi1
l---------zuul/ansible/2.5/lookup/dig.py1
l---------zuul/ansible/2.5/lookup/dig.pyi1
l---------zuul/ansible/2.5/lookup/dnstxt.py1
l---------zuul/ansible/2.5/lookup/dnstxt.pyi1
l---------zuul/ansible/2.5/lookup/env.py1
l---------zuul/ansible/2.5/lookup/env.pyi1
l---------zuul/ansible/2.5/lookup/etcd.py1
l---------zuul/ansible/2.5/lookup/etcd.pyi1
l---------zuul/ansible/2.5/lookup/file.py1
l---------zuul/ansible/2.5/lookup/file.pyi1
l---------zuul/ansible/2.5/lookup/fileglob.py1
l---------zuul/ansible/2.5/lookup/fileglob.pyi1
l---------zuul/ansible/2.5/lookup/filetree.py1
l---------zuul/ansible/2.5/lookup/filetree.pyi1
l---------zuul/ansible/2.5/lookup/first_found.py1
l---------zuul/ansible/2.5/lookup/first_found.pyi1
l---------zuul/ansible/2.5/lookup/hashi_valut.py1
l---------zuul/ansible/2.5/lookup/hashi_valut.pyi1
l---------zuul/ansible/2.5/lookup/hiera.py1
l---------zuul/ansible/2.5/lookup/hiera.pyi1
l---------zuul/ansible/2.5/lookup/ini.py1
l---------zuul/ansible/2.5/lookup/ini.pyi1
l---------zuul/ansible/2.5/lookup/keyring.py1
l---------zuul/ansible/2.5/lookup/keyring.pyi1
l---------zuul/ansible/2.5/lookup/lastpass.py1
l---------zuul/ansible/2.5/lookup/lastpass.pyi1
l---------zuul/ansible/2.5/lookup/lines.py1
l---------zuul/ansible/2.5/lookup/lines.pyi1
l---------zuul/ansible/2.5/lookup/mongodb.py1
l---------zuul/ansible/2.5/lookup/mongodb.pyi1
l---------zuul/ansible/2.5/lookup/password.py1
l---------zuul/ansible/2.5/lookup/password.pyi1
l---------zuul/ansible/2.5/lookup/passwordstore.py1
l---------zuul/ansible/2.5/lookup/passwordstore.pyi1
l---------zuul/ansible/2.5/lookup/pipe.py1
l---------zuul/ansible/2.5/lookup/pipe.pyi1
l---------zuul/ansible/2.5/lookup/redis_kv.py1
l---------zuul/ansible/2.5/lookup/redis_kv.pyi1
l---------zuul/ansible/2.5/lookup/shelvefile.py1
l---------zuul/ansible/2.5/lookup/shelvefile.pyi1
l---------zuul/ansible/2.5/lookup/template.py1
l---------zuul/ansible/2.5/lookup/template.pyi1
l---------zuul/ansible/2.5/lookup/url.py1
l---------zuul/ansible/2.5/lookup/url.pyi1
57 files changed, 57 insertions, 0 deletions
diff --git a/zuul/ansible/2.5/lookup/__init__.py b/zuul/ansible/2.5/lookup/__init__.py
new file mode 120000
index 000000000..b008ecb3b
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/__init__.py
@@ -0,0 +1 @@
+../../base/lookup/__init__.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/_banned.py b/zuul/ansible/2.5/lookup/_banned.py
new file mode 120000
index 000000000..2e127f4e7
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/_banned.py
@@ -0,0 +1 @@
+../../base/lookup/_banned.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/_banned.pyi b/zuul/ansible/2.5/lookup/_banned.pyi
new file mode 120000
index 000000000..d7909135d
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/_banned.pyi
@@ -0,0 +1 @@
+../../base/lookup/_banned.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/chef_databag.py b/zuul/ansible/2.5/lookup/chef_databag.py
new file mode 120000
index 000000000..d4efe7e85
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/chef_databag.py
@@ -0,0 +1 @@
+../../base/lookup/chef_databag.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/chef_databag.pyi b/zuul/ansible/2.5/lookup/chef_databag.pyi
new file mode 120000
index 000000000..c06fc3001
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/chef_databag.pyi
@@ -0,0 +1 @@
+../../base/lookup/chef_databag.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/consul_kv.py b/zuul/ansible/2.5/lookup/consul_kv.py
new file mode 120000
index 000000000..66b6f7617
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/consul_kv.py
@@ -0,0 +1 @@
+../../base/lookup/consul_kv.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/consul_kv.pyi b/zuul/ansible/2.5/lookup/consul_kv.pyi
new file mode 120000
index 000000000..33d848347
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/consul_kv.pyi
@@ -0,0 +1 @@
+../../base/lookup/consul_kv.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/credstash.py b/zuul/ansible/2.5/lookup/credstash.py
new file mode 120000
index 000000000..2c343a27e
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/credstash.py
@@ -0,0 +1 @@
+../../base/lookup/credstash.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/credstash.pyi b/zuul/ansible/2.5/lookup/credstash.pyi
new file mode 120000
index 000000000..071af9d1a
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/credstash.pyi
@@ -0,0 +1 @@
+../../base/lookup/credstash.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/csvfile.py b/zuul/ansible/2.5/lookup/csvfile.py
new file mode 120000
index 000000000..981754791
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/csvfile.py
@@ -0,0 +1 @@
+../../base/lookup/csvfile.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/csvfile.pyi b/zuul/ansible/2.5/lookup/csvfile.pyi
new file mode 120000
index 000000000..18ded3684
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/csvfile.pyi
@@ -0,0 +1 @@
+../../base/lookup/csvfile.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/cyberarkpassword.py b/zuul/ansible/2.5/lookup/cyberarkpassword.py
new file mode 120000
index 000000000..a573c0cf3
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/cyberarkpassword.py
@@ -0,0 +1 @@
+../../base/lookup/cyberarkpassword.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/cyberarkpassword.pyi b/zuul/ansible/2.5/lookup/cyberarkpassword.pyi
new file mode 120000
index 000000000..01543847e
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/cyberarkpassword.pyi
@@ -0,0 +1 @@
+../../base/lookup/cyberarkpassword.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/dig.py b/zuul/ansible/2.5/lookup/dig.py
new file mode 120000
index 000000000..92a628c4a
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/dig.py
@@ -0,0 +1 @@
+../../base/lookup/dig.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/dig.pyi b/zuul/ansible/2.5/lookup/dig.pyi
new file mode 120000
index 000000000..7268b42c3
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/dig.pyi
@@ -0,0 +1 @@
+../../base/lookup/dig.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/dnstxt.py b/zuul/ansible/2.5/lookup/dnstxt.py
new file mode 120000
index 000000000..aa3e0f2d9
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/dnstxt.py
@@ -0,0 +1 @@
+../../base/lookup/dnstxt.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/dnstxt.pyi b/zuul/ansible/2.5/lookup/dnstxt.pyi
new file mode 120000
index 000000000..1c221784c
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/dnstxt.pyi
@@ -0,0 +1 @@
+../../base/lookup/dnstxt.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/env.py b/zuul/ansible/2.5/lookup/env.py
new file mode 120000
index 000000000..124393630
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/env.py
@@ -0,0 +1 @@
+../../base/lookup/env.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/env.pyi b/zuul/ansible/2.5/lookup/env.pyi
new file mode 120000
index 000000000..e0ecae07a
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/env.pyi
@@ -0,0 +1 @@
+../../base/lookup/env.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/etcd.py b/zuul/ansible/2.5/lookup/etcd.py
new file mode 120000
index 000000000..c42007aa6
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/etcd.py
@@ -0,0 +1 @@
+../../base/lookup/etcd.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/etcd.pyi b/zuul/ansible/2.5/lookup/etcd.pyi
new file mode 120000
index 000000000..a1d4e0458
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/etcd.pyi
@@ -0,0 +1 @@
+../../base/lookup/etcd.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/file.py b/zuul/ansible/2.5/lookup/file.py
new file mode 120000
index 000000000..d1c0692d7
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/file.py
@@ -0,0 +1 @@
+../../base/lookup/file.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/file.pyi b/zuul/ansible/2.5/lookup/file.pyi
new file mode 120000
index 000000000..588dc50c6
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/file.pyi
@@ -0,0 +1 @@
+../../base/lookup/file.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/fileglob.py b/zuul/ansible/2.5/lookup/fileglob.py
new file mode 120000
index 000000000..0249540ac
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/fileglob.py
@@ -0,0 +1 @@
+../../base/lookup/fileglob.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/fileglob.pyi b/zuul/ansible/2.5/lookup/fileglob.pyi
new file mode 120000
index 000000000..ffce6462b
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/fileglob.pyi
@@ -0,0 +1 @@
+../../base/lookup/fileglob.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/filetree.py b/zuul/ansible/2.5/lookup/filetree.py
new file mode 120000
index 000000000..96cc789ac
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/filetree.py
@@ -0,0 +1 @@
+../../base/lookup/filetree.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/filetree.pyi b/zuul/ansible/2.5/lookup/filetree.pyi
new file mode 120000
index 000000000..ca38966f5
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/filetree.pyi
@@ -0,0 +1 @@
+../../base/lookup/filetree.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/first_found.py b/zuul/ansible/2.5/lookup/first_found.py
new file mode 120000
index 000000000..0a01ced20
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/first_found.py
@@ -0,0 +1 @@
+../../base/lookup/first_found.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/first_found.pyi b/zuul/ansible/2.5/lookup/first_found.pyi
new file mode 120000
index 000000000..a3a92f250
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/first_found.pyi
@@ -0,0 +1 @@
+../../base/lookup/first_found.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/hashi_valut.py b/zuul/ansible/2.5/lookup/hashi_valut.py
new file mode 120000
index 000000000..5a13b3c0e
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/hashi_valut.py
@@ -0,0 +1 @@
+../../base/lookup/hashi_valut.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/hashi_valut.pyi b/zuul/ansible/2.5/lookup/hashi_valut.pyi
new file mode 120000
index 000000000..be0d600fe
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/hashi_valut.pyi
@@ -0,0 +1 @@
+../../base/lookup/hashi_valut.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/hiera.py b/zuul/ansible/2.5/lookup/hiera.py
new file mode 120000
index 000000000..01e1883e3
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/hiera.py
@@ -0,0 +1 @@
+../../base/lookup/hiera.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/hiera.pyi b/zuul/ansible/2.5/lookup/hiera.pyi
new file mode 120000
index 000000000..b7756855a
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/hiera.pyi
@@ -0,0 +1 @@
+../../base/lookup/hiera.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/ini.py b/zuul/ansible/2.5/lookup/ini.py
new file mode 120000
index 000000000..6453943b9
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/ini.py
@@ -0,0 +1 @@
+../../base/lookup/ini.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/ini.pyi b/zuul/ansible/2.5/lookup/ini.pyi
new file mode 120000
index 000000000..b66fe999a
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/ini.pyi
@@ -0,0 +1 @@
+../../base/lookup/ini.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/keyring.py b/zuul/ansible/2.5/lookup/keyring.py
new file mode 120000
index 000000000..864d62d6f
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/keyring.py
@@ -0,0 +1 @@
+../../base/lookup/keyring.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/keyring.pyi b/zuul/ansible/2.5/lookup/keyring.pyi
new file mode 120000
index 000000000..9a0c24b55
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/keyring.pyi
@@ -0,0 +1 @@
+../../base/lookup/keyring.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/lastpass.py b/zuul/ansible/2.5/lookup/lastpass.py
new file mode 120000
index 000000000..a28abff20
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/lastpass.py
@@ -0,0 +1 @@
+../../base/lookup/lastpass.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/lastpass.pyi b/zuul/ansible/2.5/lookup/lastpass.pyi
new file mode 120000
index 000000000..dfd6e6b31
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/lastpass.pyi
@@ -0,0 +1 @@
+../../base/lookup/lastpass.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/lines.py b/zuul/ansible/2.5/lookup/lines.py
new file mode 120000
index 000000000..c2cae632b
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/lines.py
@@ -0,0 +1 @@
+../../base/lookup/lines.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/lines.pyi b/zuul/ansible/2.5/lookup/lines.pyi
new file mode 120000
index 000000000..3ddc687f9
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/lines.pyi
@@ -0,0 +1 @@
+../../base/lookup/lines.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/mongodb.py b/zuul/ansible/2.5/lookup/mongodb.py
new file mode 120000
index 000000000..737037fa1
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/mongodb.py
@@ -0,0 +1 @@
+../../base/lookup/mongodb.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/mongodb.pyi b/zuul/ansible/2.5/lookup/mongodb.pyi
new file mode 120000
index 000000000..4c8f754ef
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/mongodb.pyi
@@ -0,0 +1 @@
+../../base/lookup/mongodb.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/password.py b/zuul/ansible/2.5/lookup/password.py
new file mode 120000
index 000000000..478e6bee6
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/password.py
@@ -0,0 +1 @@
+../../base/lookup/password.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/password.pyi b/zuul/ansible/2.5/lookup/password.pyi
new file mode 120000
index 000000000..370986cbc
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/password.pyi
@@ -0,0 +1 @@
+../../base/lookup/password.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/passwordstore.py b/zuul/ansible/2.5/lookup/passwordstore.py
new file mode 120000
index 000000000..af4c4aa92
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/passwordstore.py
@@ -0,0 +1 @@
+../../base/lookup/passwordstore.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/passwordstore.pyi b/zuul/ansible/2.5/lookup/passwordstore.pyi
new file mode 120000
index 000000000..9ba9b718a
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/passwordstore.pyi
@@ -0,0 +1 @@
+../../base/lookup/passwordstore.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/pipe.py b/zuul/ansible/2.5/lookup/pipe.py
new file mode 120000
index 000000000..ea688c3a3
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/pipe.py
@@ -0,0 +1 @@
+../../base/lookup/pipe.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/pipe.pyi b/zuul/ansible/2.5/lookup/pipe.pyi
new file mode 120000
index 000000000..01d6b935d
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/pipe.pyi
@@ -0,0 +1 @@
+../../base/lookup/pipe.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/redis_kv.py b/zuul/ansible/2.5/lookup/redis_kv.py
new file mode 120000
index 000000000..a711e2651
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/redis_kv.py
@@ -0,0 +1 @@
+../../base/lookup/redis_kv.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/redis_kv.pyi b/zuul/ansible/2.5/lookup/redis_kv.pyi
new file mode 120000
index 000000000..da9acca45
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/redis_kv.pyi
@@ -0,0 +1 @@
+../../base/lookup/redis_kv.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/shelvefile.py b/zuul/ansible/2.5/lookup/shelvefile.py
new file mode 120000
index 000000000..2c76ec937
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/shelvefile.py
@@ -0,0 +1 @@
+../../base/lookup/shelvefile.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/shelvefile.pyi b/zuul/ansible/2.5/lookup/shelvefile.pyi
new file mode 120000
index 000000000..827f4b076
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/shelvefile.pyi
@@ -0,0 +1 @@
+../../base/lookup/shelvefile.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/template.py b/zuul/ansible/2.5/lookup/template.py
new file mode 120000
index 000000000..ef6565ceb
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/template.py
@@ -0,0 +1 @@
+../../base/lookup/template.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/template.pyi b/zuul/ansible/2.5/lookup/template.pyi
new file mode 120000
index 000000000..f03685d5c
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/template.pyi
@@ -0,0 +1 @@
+../../base/lookup/template.pyi \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/url.py b/zuul/ansible/2.5/lookup/url.py
new file mode 120000
index 000000000..f936b748e
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/url.py
@@ -0,0 +1 @@
+../../base/lookup/url.py \ No newline at end of file
diff --git a/zuul/ansible/2.5/lookup/url.pyi b/zuul/ansible/2.5/lookup/url.pyi
new file mode 120000
index 000000000..fc13f47c5
--- /dev/null
+++ b/zuul/ansible/2.5/lookup/url.pyi
@@ -0,0 +1 @@
+../../base/lookup/url.pyi \ No newline at end of file