You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud
Ash Wilson 80aca4b936 Rework docker module states.
Organize each state into a distinct function for readability and composability.
Rework `present` to create but not start containers. Add a `restarted` state
to unconditionally restart a container and a `reloaded` state to restart a
container if and only if its configuration is incorrect. Store our most recent
knowledge about container states in a ContainerSet object. Improve the value
registered by this task to include not only the inspect data from any changed
containers, but also action counters in their native form, a summary message
for all actions taken, and a `reload_reasons` key to store a human-readable
diagnostic to determine why each container was reloaded.
10 years ago
..
amazon Small code cleanup 10 years ago
azure Merge pull request #528 from lander2k2/password_required 10 years ago
digital_ocean Fixes #816 Backups not enabled on new droplets. 10 years ago
docker Rework docker module states. 10 years ago
google Allow to keep instance boot disk after instance deletion in google cloud module 10 years ago
linode
openstack One more OpenStack deprecation notice 10 years ago
rackspace DRY up duplicate code 10 years ago
vmware
__init__.py