Ansible action plugin to template arbitrary json ini yaml data
Go to file
Kevin Carter cb01efef66 Implement an opportunistic strategy and connection plugin
This change is creating an opportunistic Ansible execution strategy and
an update the ssh connection plugin so that it supports direct access to lxc
containers within ever having to ssh into them.

The intention of this change is to speed up execution time and reliability by
tuning the execution environment within Ansible to run faster while also attempting
to subvert transient ssh issues.

Change-Id: Ide34513bf82523257bdd2a8a68dff165f9927c56
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-25 17:45:10 +00:00
action Add MultiStrOps support to config_template 2016-02-10 09:12:36 -06:00
callback Rename plugins folders to standard Ansible names 2016-02-10 00:54:11 +00:00
connection Implement an opportunistic strategy and connection plugin 2016-08-25 17:45:10 +00:00
doc first commit 2016-01-25 18:07:53 -06:00
filter Rename plugins folders to standard Ansible names 2016-02-10 00:54:11 +00:00
library first commit 2016-01-25 18:07:53 -06:00
lookup Validate type of loaded yaml configuration files 2016-02-10 09:16:43 -06:00
meta first commit 2016-01-25 18:07:53 -06:00
releasenotes/notes Implement an opportunistic strategy and connection plugin 2016-08-25 17:45:10 +00:00
strategy Implement an opportunistic strategy and connection plugin 2016-08-25 17:45:10 +00:00
.gitignore Updated repo for new org 2016-01-27 10:31:29 -06:00
.gitreview Updated repo for new org 2016-01-27 10:31:29 -06:00
CONTRIBUTING.rst first commit 2016-01-25 18:07:53 -06:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
README.rst first commit 2016-01-25 18:07:53 -06:00
dev-requirements.txt first commit 2016-01-25 18:07:53 -06:00
run_tests.sh first commit 2016-01-25 18:07:53 -06:00
setup.cfg first commit 2016-01-25 18:07:53 -06:00
setup.py first commit 2016-01-25 18:07:53 -06:00
test-requirements.txt Add MultiStrOps support to config_template 2016-02-10 09:12:36 -06:00
tox.ini Revise all lint tests and add consolidated 'linters' tox environment 2016-02-03 13:01:51 +00:00

README.rst

plugins collection

tags

openstack, cloud, ansible, plugins

category

*nix

Plugins used to power OpenStack-Ansible and our various roles.