mirror of https://github.com/ansible/ansible.git
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.
* Add Support of healthcheck in docker_container module Fixes #33622 Now container can be started with healthcheck enabled Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com> * Extend docker_container healthcheck (#1) * Allowing to disable healthcheck. * Added test for healthcheck. * Make sure correct types are used. * Healthcheck needs to be explicitly disabled with test: ['NONE']. * pep8 fixes Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com> * Fix bug if healthcheck interval is 1 day or more `timedelta` object has days too and seconds are up to one day. Therefore use `total_seconds()` to convert time into seconds. Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com> * Add test for healthcheck when healthcheck is not specified This is to avoid the situation when healthcheck is not specified and treat this as healthcheck is changed or removed. Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com> * Convert string syntax for healthcheck test to CMD-SHELL Also add another test case to check idempotency when healthcheck test is specified as string Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com> * Playbook fails if minimun docker version is not satisfy for healthcheck This is to make more consistent with other non-supported options. Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com> |
7 years ago | |
|---|---|---|
| .. | ||
| host_vars | 8 years ago | |
| targets | 7 years ago | |
| cloud-config-aws.yml.template | 8 years ago | |
| cloud-config-azure.yml.template | 8 years ago | |
| cloud-config-cs.ini.template | 9 years ago | |
| cloud-config-gcp.yml.template | 8 years ago | |
| cloud-config-opennebula.yml.template | 8 years ago | |
| cloud-config-openshift.kubeconfig.template | 8 years ago | |
| cloud-config-tower.cfg.template | 8 years ago | |
| integration.cfg | 8 years ago | |
| integration_config.yml | 8 years ago | |
| inventory | 8 years ago | |
| inventory.networking.template | 8 years ago | |
| inventory.remote.template | 9 years ago | |
| inventory.winrm.template | 9 years ago | |
| network-integration.cfg | 8 years ago | |
| target-prefixes.network | 8 years ago | |
| windows-integration.cfg | 8 years ago | |