Plugins for OpenStack-Ansible
Go to file
Kevin Carter c69ac0c92e
Correct ansible imports
The import `to_bytes` was broken with recent ansible changes. This change
ensures that we're using the method from the embeded Ansible ssh plugin
instead of trying to import it. I've also moved the `shlex_quote`
method back to the embeded module so that we ensure we're not facing
similar import issues in the future.

Change-Id: I24b0e1c71650598f8ff5e7b4e1823411787266d2
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-06-19 23:40:29 -05: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 Correct ansible imports 2017-06-19 23:40:29 -05:00
doc Remove neutron library 2017-05-24 23:00:42 +00:00
examples Replace github with git.o.o 2016-11-02 12:22:21 +11:00
filter Python3 compatibility for osa-filters 2017-06-05 12:14:27 -07:00
library Remove neutron library 2017-05-24 23:00:42 +00:00
lookup Add Packages file parsing lookup 2017-03-27 11:43:23 +00:00
meta Add openSUSE and CentOS as supported distributions 2017-04-10 23:07:15 +01:00
releasenotes Remove neutron library 2017-05-24 23:00:42 +00:00
strategy Connect using physical host's ansible_host var 2017-06-07 21:46:23 -07:00
tests Use zuul-cloner for tests repo in OpenStack-CI 2017-05-10 18:49:54 +01: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
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
README.rst Show team and repo badges on README 2016-11-25 16:21:30 +01:00
Vagrantfile Add openSUSE and CentOS as supported distributions 2017-04-10 23:07:15 +01:00
bindep.txt Add openSUSE and CentOS as supported distributions 2017-04-10 23:07:15 +01:00
manual-test.rc Use centralised test scripts 2016-09-28 12:04:13 +01:00
run_tests.sh Add openSUSE and CentOS as supported distributions 2017-04-10 23:07:15 +01: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-06-12 13:00:07 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:23:48 +01:00

README.rst

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.