Guillaume Coré
2018-09-07 6ad9424ee179235a0504fcc9e160c6137ddc3f0c
rhte-ocp-workshop: ignore errors when creating clientVM DNS records

We can manually add them for a couple of clientVM, no big deal.
1 files modified
1 ■■■■ changed files
ansible/configs/rhte-ocp-workshop/post_infra.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/rhte-ocp-workshop/post_infra.yml
@@ -58,6 +58,7 @@
          ttl: 90
          value: "{{hostvars[item].public_ip_address}}"
        with_items: "{{groups['clientvms']}}"
        ignore_errors: yes
        loop_control:
          index_var: idx
          pause: 2