James Cammarata
75b2082529
Submodule update
10 years ago
Brian Coca
537baf6512
Merge pull request #10903 from gtback/include-variable-structure-docs
...
Make "include" variable documentation consistent
10 years ago
Brian Coca
f164926a9d
Merge pull request #10983 from resmo/patch-1
...
changelog: add cs_account
10 years ago
René Moser
adc7f91865
changelog: add cs_account
10 years ago
Brian Coca
67b656c236
Merge pull request #10979 from resmo/feature/test_cs_account
...
cloudstack: add test for cs_account
10 years ago
Toshio Kuratomi
490cde3cbd
Add python2.6+ as a documented requirement for rackspace modules
10 years ago
Brian Coca
b947704e2b
Merge pull request #10982 from alexmuller/fix-docs-playbook-intro-sudo
...
Remove unnecessary 'from' in playbook intro docs
10 years ago
Alex Muller
1caee5cb79
Remove unnecessary 'from' in playbook intro docs
...
To make this sentence make sense.
Fixes #10970 .
10 years ago
James Cammarata
fd321355d6
Adding 'role_path' to VariableManager "magic" variables (v2)
10 years ago
James Cammarata
7b1c6fbab9
Fix playbook includes so tags are obeyed (v2)
10 years ago
Brian Coca
e9bf3fc30b
Merge pull request #10981 from aioue/patch-2
...
Update become.rst
10 years ago
Tom Paine
0c21f05bcd
Update become.rst
...
Visually separate commands and values from description text for clarity. Add value detail for become_user and become_method to match become.
10 years ago
Toshio Kuratomi
c80c5c980d
Add python2.6 dep to aws and cloudstack doc fragments
10 years ago
James Cammarata
daf533c80e
V2 fixes
...
* PluginLoader class will now be more selective about loading some
plugin classes, if a required base class is specified (used to avoid
loading v1 plugins that have changed significantly in their apis)
* Added ability for the connection info class to read values from a
given hosts variables, to support "magic" variables
* Added some more magic variables to the VariableManager output
* Fixed a bug in the ActionBase class, where the module configuration
code was not correctly handling unicode
10 years ago
Toshio Kuratomi
f141ec9671
Update v2 module refs
10 years ago
Toshio Kuratomi
ebb4695da8
Update the submodule pointers
10 years ago
Rene Moser
9180ede6e0
cloudstack: add test for cs_account
10 years ago
Monty Taylor
cd14d73be8
Add defaults and a link to os-client-config docs
10 years ago
Monty Taylor
d2782f0d84
Remove unneeded required_one_of for openstack
...
We're being too strict - there is a third possibility, which is that a
user will have defined the OS_* environment variables and expect them to
pass through.
10 years ago
Brian Coca
d1977dad23
started implementing syntax check
10 years ago
Brian Coca
ded6e9be67
Merge pull request #10965 from resmo/changelog
...
changelog: add cs_instancegroup
10 years ago
Rene Moser
4a445a1247
changelog: add cs_instancegroup
10 years ago
Toshio Kuratomi
f9f8af06fc
Change asserts to assertIsInstance for better error messages
10 years ago
Toshio Kuratomi
7f21f270d9
Be more lenient in instance check: MutableMapping is more general than dict
10 years ago
Toshio Kuratomi
3a87b2727d
Fix format strings for python2.6
10 years ago
Toshio Kuratomi
ee74eec98a
Merge pull request #10963 from sivel/v2-testing-stuff
...
v2_final Testing additions and fixes
10 years ago
Brian Coca
419ef0d19c
Merge pull request #10959 from bcoca/sudo_docfix
...
fixed docs on the meaning of -H sudo arg
10 years ago
Matt Martz
a0fc8bb0bd
Testing additions and fixes
...
* Fix import pathing for units.mock
* Add some additional requirements
* Use compileall to test compatiblity with different python versions
10 years ago
Brian Coca
a6683ba2b8
Merge pull request #10958 from resmo/fix/cloudstack_variable_typo
...
cloudstack: fix typo in variable, fixes get_domain()
10 years ago
Brian Coca
56c9614e74
made playbook include taggable, removed unused conditional import
10 years ago
Toshio Kuratomi
e6844f7e6c
Update core module ref for mysql fix
10 years ago
Brian Coca
bb8ab27140
Merge pull request #10948 from dougluce/devel
...
Update issue template to ask for config details
10 years ago
Brian Coca
2e8758d8c4
fixed docs on the meaning of -H sudo arg
...
fixes #7418
10 years ago
Rene Moser
62ccc1b9b6
cloudstack: fix typo in variable, fixes get_domain()
10 years ago
James Cammarata
0f1eb3cfc2
Better fix for serializing/deserializing cache plugins (v2)
10 years ago
James Cammarata
cd6d1f9221
Fix pickling errors with cache plugins (v2)
...
Fixes #10945
10 years ago
Allen Luce
238e2dee5d
Config might be important for issues.
10 years ago
Aleksey Zhukov
0d3e015dd1
Update DigitalOcean dynamic inventory to API v2
10 years ago
James Cammarata
198476e345
Cleaning up some portions of synchronize action plugin (v2)
10 years ago
James Cammarata
8db21f99b7
Set the inventory on the variable manager for the adhoc cli usage (v2)
10 years ago
James Cammarata
dd7a641e76
Merge pull request #10943 from sivel/sync-ssh-args-v2
...
Add ability to specify using ssh_args in synchronize for v2
10 years ago
Matt Martz
88e8ecb620
Actually get the synchronize action plugin to work
10 years ago
Matt Martz
4f4df29cb0
Add ability to specify using ssh_args in synchronize for v2
10 years ago
Toshio Kuratomi
cee7cd5d3b
Update v2 module refs
10 years ago
Toshio Kuratomi
bc4d51a4fd
Update module refs
10 years ago
Brian Coca
d6accfe31f
Merge pull request #10940 from aioue/patch-1
...
Update playbooks_tags.rst
10 years ago
Tom Paine
1108fd3dd2
Update playbooks_tags.rst
...
highlight the command part of the sentence to clarify use of 'all' tag.
10 years ago
James Cammarata
1152c7327a
Fix serialization bug for plugins (v2)
10 years ago
James Cammarata
4f28a814ae
Return a list instead of tuple when password is specified to ssh connection plugin (v2)
10 years ago
Toshio Kuratomi
7733dc7bb5
Fix for new octal syntax
10 years ago