numbering_imports

This commit is contained in:
Antoine Legrand 2017-10-05 17:34:28 +02:00
parent f14f04c5ea
commit 2527c9e66c
12 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@
kube_cert_group: "kube" kube_cert_group: "kube"
when: is_atomic when: is_atomic
- include: set_resolv_facts.yml - include: 021_set_resolv_facts.yml
tags: tags:
- bootstrap-os - bootstrap-os
- resolvconf - resolvconf

View file

@ -1,5 +1,5 @@
--- ---
- include: verify-settings.yml - include: 010_verify-settings.yml
tags: tags:
- asserts - asserts
@ -19,7 +19,7 @@
tags: tags:
- bootstrap-os - bootstrap-os
- include: set_facts.yml - include: 020_set_facts.yml
tags: tags:
- facts - facts
@ -71,7 +71,7 @@
- cloud-provider - cloud-provider
- facts - facts
- include: "{{ cloud_provider }}-credential-check.yml" - include: "030_{{ cloud_provider }}-credential-check.yml"
when: when:
- cloud_provider is defined - cloud_provider is defined
- cloud_provider in [ 'openstack', 'azure', 'vsphere' ] - cloud_provider in [ 'openstack', 'azure', 'vsphere' ]
@ -238,12 +238,12 @@
tags: tags:
- cloud-provider - cloud-provider
- include: etchosts.yml - include: 040_etchosts.yml
tags: tags:
- bootstrap-os - bootstrap-os
- etchosts - etchosts
- include: resolvconf.yml - include: 050_resolvconf.yml
when: when:
- dns_mode != 'none' - dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf' - resolvconf_mode == 'host_resolvconf'
@ -251,7 +251,7 @@
- bootstrap-os - bootstrap-os
- resolvconf - resolvconf
- include: dhclient-hooks.yml - include: 060_dhclient-hooks.yml
when: when:
- dns_mode != 'none' - dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf' - resolvconf_mode == 'host_resolvconf'
@ -260,7 +260,7 @@
- bootstrap-os - bootstrap-os
- resolvconf - resolvconf
- include: dhclient-hooks-undo.yml - include: 070_dhclient-hooks-undo.yml
when: when:
- dns_mode != 'none' - dns_mode != 'none'
- resolvconf_mode != 'host_resolvconf' - resolvconf_mode != 'host_resolvconf'
@ -276,7 +276,7 @@
tags: tags:
- bootstrap-os - bootstrap-os
- include: growpart-azure-centos-7.yml - include: 080_growpart-azure-centos-7.yml
when: when:
- azure_check.stat.exists - azure_check.stat.exists
- ansible_distribution in ["CentOS","RedHat"] - ansible_distribution in ["CentOS","RedHat"]