copr: use aws_cloud.yml on copr fe dev
This commit is contained in:
parent
5b87728fd0
commit
957c5082a9
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
||||||
- 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"
|
||||||
|
when: datacenter == aws
|
||||||
|
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
hosts: copr_front_dev:copr_front:copr_front_dev_aws
|
hosts: copr_front_dev:copr_front:copr_front_dev_aws
|
||||||
# hosts: copr_front
|
# hosts: copr_front
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue