Commit Graph

23349 Commits (dadf835a06a0095c03ccb832de014e838db278db)
 

Author SHA1 Message Date
whiter dadf835a06 Remove access_key and secret_key as these are provided by aws doc fragment Remove ec2 doc fragment as region is not required for IAM 8 years ago
Bence Nagy 0fd89cfd44 Add prefixing and suffixing fuctionality to assemble 8 years ago
Hugh Saunders 92ebeffd6c Retry apt cache updates 8 years ago
Michael Scherer 3d415ac2da Use type='path' for path arguments for git module 8 years ago
Michael Scherer 55bbe191e5 s/plubic/public/in the doc 8 years ago
nitzmahone eb3243c15a fix win_stat get_checksum alias issue
made it impossible to prevent gathering checksum without setting both get_md5 and get_checksum false
8 years ago
Toshio Kuratomi 6fae6c7b2d Give headers a default so that we can add to it. 8 years ago
Ash Wilson 6e2f724919 Remove myself from the docker module maintainers
Apologies, but I no longer use this module day-to-day myself, and I don't have the bandwidth right now to effectively triage changes in any kind of timely fashion.
8 years ago
Strahinja Kustudić db45268b75 Yum module always downloads remote rpms. fixes #1452 8 years ago
Michael Scherer daddfb490b Improve/fix type checking for docker module
tls_* point to files, so should be type=path
count is a int, so tag it as such and avoid converting later
password should be tagged as no_log
8 years ago
Ashwanth Kumar 7c5b4b142a Doing exponential backoff on route53 upon AWS throttling 8 years ago
Victor Beresnev 2e94affde6 If cmd and entrypoint not set, don't match them
Hello!
I wanted stop the containers matched only by image name, but can't do this, if I not set cmd in playbook.
This behavior confused me.

If cmd or entrypoint is defined for running container, but not defined in playbook, makes matching behavior as this sample:
https://github.com/ansible/ansible-modules-core/blob/devel/cloud/docker/docker.py#L463
8 years ago
curious-eyes 5b88ad45ef Add preemptible option on gce.py 8 years ago
Rene Moser 775521e5cb apt: doc: fix missing version_added
see #2023
8 years ago
Dag Wieers 084c597f45 Update the issue and pull-request templates in sync with ansible/ansible 8 years ago
Chris Lamb c012358d57 os/apt.py: Add support for passing --allow-unauthenticated
This is useful for packages that bootstrap their own apt-key setup - only
the initial installation will require overriding. Notable examples are the
Dropbox and Google Chrome packages.

(Setting force=yes is far too strong: I only want to bypass
authentication!)

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
8 years ago
David Shrewsbury 285ab7656f Fix allowed_address_pairs and extra_dhcp_opts in os_port
Commit f71542c set the incorrect type for these two parameters to
dict when they are actually list of dicts.

Also, the extra_dhcp_opts was incorrectly named (without the terminal
's') and NEVER worked, so this was corrected.

Fixes #3301
8 years ago
Ricardo Carrillo Cruz 344a559b61 Allow passing domain name on os_server
A cloud admin can search domains, thus it should be possible
to pass a domain name, just like ids.
8 years ago
David Shrewsbury b750b926d3 Fix size parameter documentation
The generated documentation shows the size parameter as required.
Set 'required' to 'false' and move the explanation to the description.

Fixes #3278
8 years ago
Brian Coca d035961d1c added version added 8 years ago
Peter Sprygada 11cd361d80 fixes #3274 8 years ago
Toshio Kuratomi 4c9f9973dd If file attribs are specified set them even if file already exists.
Fixes #11821
8 years ago
Yannig Perré 72d3aab736 Add an example of extra_hosts option. 8 years ago
Rene Moser facf61366e openstack: os_server: add version_added for scheduler_hints
See #3172
8 years ago
Ted Timmons 8c6741b2bb fix typo in documentation
let's -> lets
8 years ago
Toshio Kuratomi b70d691832 Fix indent in documentation 8 years ago
jhawkesworth@users.noreply.github.com 63f8bdf782 Use HEAD request to determine if file should be downloaded, ensure download method is the same regardless of force mode. 8 years ago
Raphaël Dubigny 71c50aed24 typo in pip module 8 years ago
Roland Sommer 0c1cf5ee1c honour 'only_upgrade' flag for 'build_dep' case in 'apt' module 8 years ago
Taras Lipatov b5fb47e28e Fixed typo json_fail to fail_json 8 years ago
Fabian Fülling eaa7e717a2 Fixes #2039 Convert None to 0 when checking if ELB cookie expiration has changed 8 years ago
toshihisa 7fee8a78c9 One more bug yum non English locales
d7fac82f97
8 years ago
Toshio Kuratomi 4c40886814 Remove the ignore_ohai and ignore_facter parameters as the functionality was merged into gather_subset 8 years ago
Jonathan Davila f24c3fb40e Clarified IAM module doc 8 years ago
Tobias Wolf 368cf59e4b Add diff and check mode to cron module
supports not writing backup file in check mode and new environment
vars.

![example screenshot](http://i.imgur.com/mkAThq8.png)
8 years ago
Geoff Wright 7b93cd7db2 Fixes: #3232. Use of datetime consistent with module_utils/basic.py 8 years ago
Yannig Perré 02abe0b7c9 Use list type in order to convert directly gather_subset option into list. 8 years ago
Matt Clay b7a5e1e0c8 Add optional connect timeout to mysql* modules. 8 years ago
Yannig Perré 12804a80b6 Add a way to restrict gathered facts in Ansible: - Using gather_subset options - By ignoring ohai/chef or facter/puppet facts 8 years ago
Peter Sprygada e01dd7facc update to nxos_command with additional exception handling
This update adds exception handling to catch errors when trying to parse
command output to json.  It also removes the dependency on importing json
opting to use the AnsibleModule methods instead
8 years ago
Peter Sprygada ae9930f59f doc string fixes for eos_config
This updates eos_config with some fixes to the documentation string
8 years ago
Peter Sprygada ed2d46bc9e bugfix in eos_template for backing up config
eos_template would connect to the remote device to get the running config
for backup even if backup is not needed.
8 years ago
Peter Sprygada 12bb95b943 minor function clean ups in eos_command
This commit cleans up a couple of functions and removes the json
import to use the json methods from AnsibleModule
8 years ago
jrk07 ca86923eb7 Doc Update: ios_template.py title and example
ios_template.py was named ios_config when viewing docs.  The examples also had net_config still.  Updated those here.
8 years ago
David Hocky d6e32b8245 add explicit type for scheduler hints 8 years ago
David Hocky 3b800f1f34 port 'scheduler_hints' feature from nova_compute to os_server module 8 years ago
Joao Carreira 92d76e8828 added support for sles 10 & 11 8 years ago
Peter Sprygada 1fd5989b9d initial add of ops_command module
This commit adds a new module, ops_command, that handles executing commands
on OpenSwitch over the CLI.  Since this module is designed to work with the
OpenSwitch CLI, it only supports the CLI transport option
8 years ago
Peter Sprygada 9488617d19 initial add of ops_config module
This commit adds a new module, ops_config, that allows playbook designers
to create tasks for configuring OpenSwitch over the CLI.  The module
is designed to work directly with configuration mode in OpenSwitch and
therefore only supports the CLI transport option
8 years ago
Neil Saunders 83039b93f0 Fix for issue #3109: Executing ec2_group with rules fails with "Invalid rule parameter '['" 8 years ago