Commit Graph

27 Commits (c27978fa93361f94840e0d7cdfe5d4c872cf967f)

Author SHA1 Message Date
Joseph Callen 2f5ced8856 Moving VMware Utilites module
Moved `vmware.py` from v1 to `lib/ansible/module_utils/vmware.py`.

No other changes has been made since these two PRs:
https://github.com/ansible/ansible/pull/10812
https://github.com/ansible/ansible/pull/10760
9 years ago
JustInVTime 8156ad3760 Delimiter param must be a string 9 years ago
Brian Coca 780e428bd3 fixed typos 9 years ago
Brian Coca 6376dda5c7 clarified v1/ purpose and relationships with tags and branches 9 years ago
Brian Coca 962f681bde added readme to v1 9 years ago
Jiri Tyr f8593cc76b Adding comment filter 9 years ago
Rene Moser 7952723530 cloudstack: fix domain name is not unique, use full path 9 years ago
Rene Moser b9b1e294d7 cloudstack: add get_or_failback() 9 years ago
Trond Hindenes daee298cb6 Bugfix: win_checksum.ps1 9 years ago
Toshio Kuratomi 31ef87eb72 Add dnf to list of modules that we squash loop items for 9 years ago
Rene Moser 034228f64b cloudstack: add missing api_timeout into v1 9 years ago
Rene Moser 6eb96c1a56 cloudstack: methods renaming 9 years ago
Rene Moser 7b3dd55c3d cloudstack: remove unused methods used for backward compatibility 9 years ago
Rene Moser fc3020c57a cloudstack: prevent getting the wrong project.
Since we use domain and account data to filter the project, listall is not needed and can return the wrong identical named project of another account if root admin permissions are used.

Fixed projects names are not case insensitive.
9 years ago
Matt Martz ccb8bcebd3 Resync the v1 directory with v1_last. Fixes #11162 9 years ago
Matt Martz c89f98168d Add the hacking directory to v1 9 years ago
Rene Moser caf3cf6930 cloudstack: add timeout to utils 9 years ago
Rene Moser 8868f4b481 cloudstack: sync module_utils/cloudstack.py to v1
Commits from 31520cdd17 to 62ccc1b9b6 related to cloudstack.py
9 years ago
James Cammarata c7d1dd4b68 Updating v1/ansible/modules/core/ to use the v1_modules branch 9 years ago
James Cammarata fe41f109a9 Merge branch 'v2_final' into devel_switch_v2 9 years ago
Monty Taylor b659621575 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.
9 years ago
James Cammarata 2bad888f28 Merge branch 'v2_final' into devel_switch_v2
Conflicts:
	lib/ansible/inventory/__init__.py
	lib/ansible/modules/core
	lib/ansible/utils/__init__.py
	lib/ansible/utils/module_docs.py
9 years ago
Hugh Saunders 2e07567c16 Retry exec command via ssh_retry
This PR adds the option to retry failed ssh executions, if the failure
is caused by ssh itself, not the remote command. This can be helpful if
there are transient network issues. Retries are only implemented in the
openssh connection plugin and are disabled by default. Retries are
enabled by setting ssh_connection > retries to an integer greater
than 0.

Running a long series of playbooks, or a short playbook against a large
cluster may result in transient ssh failures, some examples logged
[here](https://trello.com/c/1yh6csEQ/13-ssh-errors).

Ansible should be able to retry an ssh connection in order to survive
transient failures.

Ansible marks a host as failed the first time it fails to contact it.
9 years ago
Brian Coca 0913b8263c made special treatment of certain filesystem for selinux configurable 9 years ago
Brian Coca 8fdf9ae59b moved module_doc_fragments to v2 9 years ago
James Cammarata 249fd2a7e1 Re-adding submodules after moving things around 9 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 9 years ago