Guillaume Coré
2019-07-15 581afd0d99db2c9821489a4254c460d575e38b7f
Sandboxes: retries aws-nuke 3 times by default and make this a var
2 files modified
4 ■■■ changed files
ansible/roles/infra-aws-sandbox/defaults/main.yml 2 ●●●●● patch | view | raw | blame | history
ansible/roles/infra-aws-sandbox/tasks/reset.yml 2 ●●● patch | view | raw | blame | history
ansible/roles/infra-aws-sandbox/defaults/main.yml
@@ -36,6 +36,8 @@
  - 719622469867 # GPE
  - 550201621713 # openshift BU
aws_nuke_retries: 3
aws_nuke_filters: {}
# Resources to keep. This will be combined with aws_nuke_filters
ansible/roles/infra-aws-sandbox/tasks/reset.yml
@@ -51,7 +51,7 @@
      async: 1800
      poll: 30
      ignore_errors: true
      retries: 2
      retries: "{{ aws_nuke_retries }}"
      delay: 30
      until: _awsnuke is succeeded