Brian Coca
ed57f0732b
added os_image and deprecated glance_image
10 years ago
Toshio Kuratomi
65d982b186
Merge pull request #11186 from sivel/winrm-syntax-error
...
Fix syntax error in winrm
10 years ago
Brian Coca
d67c9858a9
removed become_pass as it should not be used
10 years ago
Brian Coca
24fd4faa28
avoid removing test all~ file
10 years ago
Brian Coca
46673cd620
Merge pull request #11183 from sivel/issue/11169-become-pass
...
Don't empty out become_pass. See #11169
10 years ago
Matt Martz
49d19e82ab
Get tests passing
...
The largest failure in the tests was due to selinux not being installed.
The tests don't require it to be installed, so mock the import.
10 years ago
Matt Martz
6f5ebb4489
Fix syntax error in winrm
10 years ago
Matt Martz
45b4ee9cfe
Don't allow setting become_pass in a play
10 years ago
Toshio Kuratomi
f9b56a5d7c
Fix raising AnsibleError
10 years ago
Brian Coca
c2f26ad95d
added iam, prefixed amazon modules
10 years ago
Matt Martz
6bc2ea1f2b
Don't empty out become_pass. See #11169
10 years ago
Brian Coca
04f4f77d91
Merge pull request #11124 from sivel/jit-connect
...
Use a decorator to perform just in time connection
10 years ago
Brian Coca
1e9c9df075
added webfaction modules to changelog
10 years ago
Brian Coca
f4c6caa24d
added elasticache_subnet_group to changelog
10 years ago
Brian Coca
5e2c6ac80f
Merge pull request #11182 from vroetman/patch-1
...
Update current released Ansible to 1.9.1
Thanks, note to team: we really need to make this dynamic on doc build
10 years ago
vroetman
e3d40e541c
Update current released Ansible to 1.9.1
...
Update current released Ansible to 1.9.1 and development version to 2.0
10 years ago
James Cammarata
9ac624d2c9
Fix mock DictDataLoader _get_file_contents to match real code
10 years ago
James Cammarata
73c956366e
Correctly determine failed task state when checking results
...
Fixes #11172
10 years ago
James Cammarata
a4ebee4b16
Merge pull request #11170 from dguerri/devel
...
Fix lookup() plugin
10 years ago
James Cammarata
ee5e166563
Fixing ansible_*_interpreter use
...
Fixes ansible/ansible-modules-core#1459
10 years ago
Davide Guerri
ee06eebea3
Fix lookup() plugin
...
lookup() plugin is currently broken because _get_file_contents() now
returns a tuple: (contents, show_data).
This patch fix that issue.
10 years ago
Matt Martz
bce281014c
Decorate the ConnectionBase methods, switch to calling super from individual connection classes
10 years ago
Matt Martz
9754c67138
Use a decorator to ensure jit connection, instead of an explicit call to _connect
10 years ago
James Cammarata
f3f3fb7c49
Fixing vars_prompt
10 years ago
Brian Coca
f7839dee11
Merge pull request #11168 from sivel/v1-sync
...
Resync the v1 directory with v1_last. Fixes #11162
10 years ago
Matt Martz
ccb8bcebd3
Resync the v1 directory with v1_last. Fixes #11162
10 years ago
Brian Coca
a98382681a
Merge pull request #11166 from JavierMartinz/patch-1
...
Fixed Github examples directory URL
10 years ago
Javier Martínez
23cbfc17e5
Fixed Github examples directory URL
10 years ago
Matt Martz
6a97e49a06
Re-introduce ssh connection private key support
10 years ago
joshainglis
23460e6480
Removed a dictionary comprehension for python 2.6 support
10 years ago
joshainglis
7692391568
Removed some text
10 years ago
joshainglis
efc3d2931e
Fixed typo
10 years ago
Brian Coca
0826106441
minor docs reformat
...
- clearer 'version added' for module options, now it sits under the option name
- made notes a section, so it now appears in toc
- moved requirements and made it a list, more prominent and more readable
10 years ago
Brian Coca
337b1dc45c
minor doc fixes
10 years ago
Toshio Kuratomi
7dd3ef7b60
Older python-six from early RHEL and ubuntu do not have add_metaclass but do have with_metaclass
10 years ago
Brian Coca
f3ccff42e5
Merge pull request #11142 from Etienne-Carriere/factor_f5
...
Add common fonctions for F5 modules (FQ Name functions)
10 years ago
Toshio Kuratomi
0cbd7b6b24
Merge pull request #11156 from sivel/v1-hacking
...
Add the hacking directory to v1
10 years ago
Matt Martz
c89f98168d
Add the hacking directory to v1
10 years ago
Etienne CARRIERE
94fa5e8794
Simplify Fully Qualified function
10 years ago
Brian Coca
9856a8f674
added missing imports to doc module
10 years ago
Toshio Kuratomi
96836412aa
Make error messages tell which inventory script the error came from
10 years ago
Brian Coca
a87687dccb
Merge pull request #11147 from sivel/module-docs-import-mutablemapping
...
Import missing MutableMapping class for module_docs
10 years ago
Toshio Kuratomi
1c8527044b
Fix error handling when pasing output from dynamic inventory
10 years ago
Brian Coca
67d065c758
Merge pull request #10946 from izhukov/inventory-DO-api-v2
...
Update DigitalOcean dynamic inventory to API v2
10 years ago
Toshio Kuratomi
c3caff5eeb
Fix for six version 1.1.0 (rhel6).
10 years ago
Brian Coca
6b642afc7b
Merge pull request #11146 from sivel/issue/11136
...
Don't set a default on the _become FieldAttribute
10 years ago
Toshio Kuratomi
d8c8ca11cf
Add compatibility for old version of six (present on rhel7)
10 years ago
Brian Coca
2e39661a26
made with_ examples have explicit templating
10 years ago
Matt Martz
89dceb503a
Import missing MutableMapping class
10 years ago
Matt Martz
f983557e7e
Don't set a default on the _become FieldAttribute. Fixes #11136
10 years ago