copr: comment-out persistent_clout.yml
At this moment we don't have any OpenStack for that, and the recursive include of basessh role breaks the playbook execution.
This commit is contained in:
parent
8e9de94b15
commit
04aa62f691
4 changed files with 11 additions and 9 deletions
|
@ -8,11 +8,12 @@
|
||||||
- /srv/private/ansible/vars.yml
|
- /srv/private/ansible/vars.yml
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||||
when: datacenter != 'aws'
|
# when: datacenter != 'aws'
|
||||||
|
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == 'aws'
|
when: datacenter == 'aws'
|
||||||
|
|
||||||
- import_tasks: "{{ tasks_path }}/swap.yml"
|
- import_tasks: "{{ tasks_path }}/swap.yml"
|
||||||
when:
|
when:
|
||||||
- datacenter == 'aws'
|
- datacenter == 'aws'
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||||
when: datacenter != 'aws'
|
# when: datacenter != 'aws'
|
||||||
|
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == 'aws'
|
when: datacenter == 'aws'
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||||
when: datacenter != "aws"
|
# when: datacenter != "aws"
|
||||||
|
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == "aws"
|
when: datacenter == "aws"
|
||||||
|
|
|
@ -8,9 +8,10 @@
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||||
when: datacenter != 'aws'
|
# when: datacenter != 'aws'
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
|
||||||
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == 'aws'
|
when: datacenter == 'aws'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue