Peter Sprygada
27cd7668c1
the ssh shared module will try to use keys if the password is not supplied
...
The current ssh shared module forces only password based authentication. This
change will allow the ssh module to use keys if a password is not provided.
9 years ago
Brian Coca
5d1a2eac3e
Merge pull request #13500 from mscherer/fix_markup_doc_modules
...
Fix the markdown used for the Windows module section
9 years ago
Toshio Kuratomi
8d16638fec
Fix for template module not creating a file that was not present when force=false
9 years ago
Toshio Kuratomi
d31d04a1e0
Merge pull request #13545 from mscherer/fix_know_hosts_ipv6
...
Make module_utils.known_hosts.get_fqdn work on ipv6
9 years ago
Michael Scherer
a7ac98262d
Make module_utils.known_hosts.get_fqdn work on ipv6
9 years ago
Brian Coca
938c26d952
Merge pull request #13544 from emonty/inventory-config
...
Add OpenStack Inventory configuration
9 years ago
Toshio Kuratomi
1a168619d3
Merge pull request #13546 from gparent/patch-1
...
Fix typo in galaxy.rst
9 years ago
gp
e595c50197
Fix typo in galaxy.rst
...
Fix typo
9 years ago
Toshio Kuratomi
457f86f61a
Minor: Correct type pyhton => python
9 years ago
Toshio Kuratomi
c9eb41109f
Update submodule refs
9 years ago
Toshio Kuratomi
fc19ad21ef
Merge pull request #13494 from Jmainguy/msyql_hash_tests
...
add tests for encrypted hash mysql_user
9 years ago
James Cammarata
80d23d639c
Use an octal representation that works from 2.4->3+ for known_hosts
9 years ago
James Cammarata
6312e38133
Fixing up some non-py3 things for unit tests
9 years ago
Monty Taylor
9f61144401
Optionally only use UUIDs for openstack hosts on duplicates
...
The OpenStack inventory lists hostnames as the UUIDs because hostsnames
are not guarnateed to be unique on OpenStack. However, for the common
case, this is just confusing.
The new behavior is a visible change, so make it an opt-in via config.
Only turn the hostnames to UUIDs if there are duplicate hostnames.
9 years ago
Jonathan Mainguy
49dc9eea16
add tests for encrypted hash mysql_user
9 years ago
Monty Taylor
1f8e484b70
Fix the refresh flag in openstack inventory
...
Refresh will update the dogpile cache from shade, but doesn't cause
the ansible side json cache to be invalidated. It's a simple oversight.
9 years ago
James Cammarata
35015aaa4a
Merge pull request #13529 from mscherer/add_tests_known_hosts
...
Add tests for ansible.module_utils.known_hosts
9 years ago
Brian Coca
2a37f11738
Merge pull request #13542 from h0nIg/devel_default_ask
...
ansible vault, ask pass: use default settings from ansible.cfg
9 years ago
Hans-Joachim Kliemeck
f5f9b2fd35
use default settings from ansible.cfg
9 years ago
James Cammarata
279c5a3596
Cleanup strategy tests broken by new forking strategy
9 years ago
James Cammarata
f8ff63f8c8
A few tweaks to improve new forking code
9 years ago
Brian Coca
89603a0509
added that ansible-pull is now shallow to changelog
9 years ago
Brian Coca
e88334b7da
Merge pull request #13535 from robinro/patch-4
...
add --full flag to ansible-pull man page
9 years ago
Robin Roth
0c954bd142
add --full flag to ansible-pull man page
...
add --full flag that was added in #13502
9 years ago
Brian Coca
4734a8011e
Merge pull request #13534 from ueg1990/patch-1
...
Fix Doc mistake
9 years ago
Brian Coca
175c2d6510
Merge pull request #13502 from robinro/patch-3
...
use shallow clones by default in ansible-pull
9 years ago
Toshio Kuratomi
2bc3683d41
Restore comment about for-else since it is an uncommon idiom
9 years ago
chouseknecht
95785f149d
Fix docs. The search command works with both galaxy.ansible.com and galaxy-qa.ansible.com.
9 years ago
chouseknecht
06dde0d332
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
9 years ago
chouseknecht
847f454bcc
Add a section to intro_configuration for Galaxy.
9 years ago
chouseknecht
342dee0023
Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite.
9 years ago
chouseknecht
f1c72ff8f5
Make sure it is clear that new commands require using the Galaxy 2.0 Beta site.
9 years ago
chouseknecht
bc73920090
Updated ansible-galaxy man page. Removed -b option for import.
9 years ago
chouseknecht
989604b1a3
Fix typo.
9 years ago
chouseknecht
d8e6bc98a2
Fix overloaded options. Show an error when no action given. Don't show a helpful list of commands and descriptions.
9 years ago
Robin Roth
1bd8d97093
fix whitespace
9 years ago
Robin Roth
1b2ebe8def
make shallow clone the default for ansibel-pull
9 years ago
Usman Ehtesham Gul
4779f29777
Fix Doc mistake
...
Fix Doc mistake in ansible/docsite/rst/playbooks_variables.rst
9 years ago
Brian Coca
e2ad4fe910
include all packaging in tarball
...
not juse rpm spec file
9 years ago
Brian Coca
d73562902b
debug now validates its params
...
simplified var handling
made default message the same as in pre 2.0
fixes #13532
9 years ago
Brian Coca
f3bedbae29
simplified skippy
...
thanks agaffney!
9 years ago
Brian Coca
99e46440bd
changed shell delimiters for csh
...
fixes #13459
9 years ago
Michael Scherer
3c4d2fc6f2
Add tests for ansible.module_utils.known_hosts
9 years ago
Brian Coca
8e445c551a
removed unused imports in galaxy/cli
9 years ago
Brian Coca
d7b516f75d
added releases doc
9 years ago
Brian Coca
0a112a1b06
fixed formating issues with rst
9 years ago
Brian Coca
8db2912745
corrected section anchors
9 years ago
Brian Coca
14f3739260
Merge pull request #13505 from janek-warchol/patch-2
...
Explain how 'run_once' interacts with 'serial'
9 years ago
Brian Coca
785735cea4
Merge pull request #13132 from bcoca/template_json_preserve
...
now we don't try to convert types if certain filters
9 years ago
James Cammarata
120b9a7ac6
Changing the way workers are forked
9 years ago