Ansible action plugin to template arbitrary json ini yaml data
Go to file
Jean-Philippe Evrard 8bfffe39cf Add Packages file parsing lookup
This is a lookup in case you need to parse a ubuntu repo Packages file
for a list of packages. It's useful in osa if you want to have a mirror
of an ubuntu repo, and output a list of its packages, with their
location and checksum.

You can use the output dict to feed another tool (for example
downloading with aria).

Change-Id: I10ba72f0b64267ae6afe57317e135d782445e934
2017-03-27 11:43:23 +00:00
action Added yaml class dumper to support indentation 2017-01-25 23:50:31 -06:00
callback Remove profile_tasks callback 2017-02-06 09:03:20 -06:00
connection Add ability to execute against a remote chroot 2016-11-22 12:28:35 +00:00
doc [DOCS] Add docs for plugins 2017-02-16 03:44:24 -08:00
examples Replace github with git.o.o 2016-11-02 12:22:21 +11:00
filter Created deprecation filter 2016-02-29 15:20:34 -06:00
library Merge "Always update existing matching endpoints" 2017-03-14 12:42:19 +00:00
lookup Add Packages file parsing lookup 2017-03-27 11:43:23 +00:00
meta Remove Trusty support from plugins role 2016-12-15 15:17:53 +00:00
releasenotes Introduce userspace group_vars and host_vars 2017-03-14 12:57:33 +00:00
strategy Implement tag filter strategy 2017-02-24 09:35:48 -06:00
tests Add Packages file parsing lookup 2017-03-27 11:43:23 +00:00
vars_plugins Fix the pep8 fixing 2017-03-14 18:01:43 +00:00
.gitignore Update testing bits for consistency 2016-09-23 15:46:54 +00:00
.gitreview Updated repo for new org 2016-01-27 10:31:29 -06:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 12:50:02 -06:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:38:19 -05:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 12:04:13 +01:00
README.rst Show team and repo badges on README 2016-11-25 16:21:30 +01:00
run_tests.sh Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant 2017-02-07 09:44:37 +07:00
setup.cfg Update homepage with developer documentation page 2016-09-20 12:04:01 +05:30
setup.py Updated from global requirements 2017-03-02 11:52:19 +00:00
test-requirements.txt Updated from global requirements 2017-02-11 17:49:27 +00:00
tox.ini Implement tag filter strategy 2017-02-24 09:35:48 -06:00
Vagrantfile Remove apt-get update in Vagranfile as we do it in run_test.sh 2017-02-16 10:26:37 +07:00

Team and repository tags

image

OpenStack-Ansible plugins

These are the plugins the OpenStack-Ansible deployment project relies on. The plugins can be added to any Ansible project by simply cloning this repository and setting up the ansible.cfg file to point at them as additional plugins for your project.