File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # Top level playbook that includes all others.
3
- # - import_playbook: openstack-project.yml
2
+ # Top level playbook that includes all others.
3
+ - import_playbook : openstack-project.yml
4
4
- import_playbook : openstack-networks.yml
5
- # - import_playbook: openstack-flavors.yml
6
- # - import_playbook: openstack-images.yml
7
- # - import_playbook: openstack-host-aggregates.yml
8
- # - import_playbook: openstack-container-clusters.yml
5
+ - import_playbook : openstack-flavors.yml
6
+ - import_playbook : openstack-images.yml
7
+ - import_playbook : openstack-host-aggregates.yml
8
+ - import_playbook : openstack-container-clusters.yml
Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ collections:
3
3
- name : openstack.cloud
4
4
version : 2.1.0
5
5
- name : stackhpc.openstack
6
- type : git
7
- source : https://github.com/stackhpc/ansible-collection-openstack.git
8
- version : 8a526f520b231ced3f5cf122a6c6fc241c03df73
6
+ version : 0.0.1
Original file line number Diff line number Diff line change @@ -34,5 +34,4 @@ exec ansible-playbook \
34
34
${PLAYBOOK} \
35
35
-i ansible/inventory \
36
36
-e @etc/openstack-config/openstack-config.yml \
37
- -e @etc/openstack-config/container-clusters.yml \
38
37
$@
You can’t perform that action at this time.
0 commit comments