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:
Pavel Raiskup 2020-11-11 11:16:02 +01:00
parent 8e9de94b15
commit 04aa62f691
4 changed files with 11 additions and 9 deletions

View file

@ -8,11 +8,12 @@
- /srv/private/ansible/vars.yml
- /srv/private/ansible/files/openstack/passwords.yml
tasks:
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
when: datacenter != 'aws'
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
# when: datacenter != 'aws'
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
when: datacenter == 'aws'
- import_tasks: "{{ tasks_path }}/swap.yml"
when:
- datacenter == 'aws'

View file

@ -9,8 +9,8 @@
- /srv/private/ansible/files/openstack/passwords.yml
tasks:
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
when: datacenter != 'aws'
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
# when: datacenter != 'aws'
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
when: datacenter == 'aws'

View file

@ -10,8 +10,8 @@
- /srv/private/ansible/files/openstack/passwords.yml
tasks:
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
when: datacenter != "aws"
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
# when: datacenter != "aws"
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
when: datacenter == "aws"

View file

@ -8,9 +8,10 @@
- /srv/private/ansible/files/openstack/passwords.yml
tasks:
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
when: datacenter != 'aws'
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
# when: datacenter != 'aws'
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
when: datacenter == 'aws'