Merge "Use tripleo linear when not using tripleo free"
This commit is contained in:
commit
09b4d44d55
@ -33,6 +33,7 @@
|
|||||||
- always
|
- always
|
||||||
|
|
||||||
- hosts: "{{ deploy_target_host }}"
|
- hosts: "{{ deploy_target_host }}"
|
||||||
|
strategy: tripleo_linear
|
||||||
name: Ensure /var/lib/config-data context
|
name: Ensure /var/lib/config-data context
|
||||||
become: true
|
become: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
@ -452,6 +452,7 @@ outputs:
|
|||||||
deploy_target_host: "DEPLOY_TARGET_HOST"
|
deploy_target_host: "DEPLOY_TARGET_HOST"
|
||||||
|
|
||||||
- hosts: DEPLOY_TARGET_HOST
|
- hosts: DEPLOY_TARGET_HOST
|
||||||
|
strategy: tripleo_linear
|
||||||
name: Manage SELinux
|
name: Manage SELinux
|
||||||
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
@ -463,6 +464,7 @@ outputs:
|
|||||||
state: SELINUX_MODE
|
state: SELINUX_MODE
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
strategy: tripleo_linear
|
||||||
name: Generate /etc/hosts
|
name: Generate /etc/hosts
|
||||||
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
@ -478,6 +480,7 @@ outputs:
|
|||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
- hosts: DEPLOY_TARGET_HOST
|
- hosts: DEPLOY_TARGET_HOST
|
||||||
|
strategy: tripleo_linear
|
||||||
name: Common roles for TripleO servers
|
name: Common roles for TripleO servers
|
||||||
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
@ -830,6 +833,7 @@ outputs:
|
|||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
- hosts: DEPLOY_SOURCE_HOST
|
- hosts: DEPLOY_SOURCE_HOST
|
||||||
|
strategy: tripleo_linear
|
||||||
name: External deployment Post Deploy tasks
|
name: External deployment Post Deploy tasks
|
||||||
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user