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"
when: is_atomic
- include: set_resolv_facts.yml
- include: 021_set_resolv_facts.yml
tags:
- bootstrap-os
- resolvconf

View file

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