Commit Graph

14 Commits (24b7c353cc970069b216ffe62148f2af06265047)

Author SHA1 Message Date
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