Skip to content

Commit

Permalink
F #98: Make oneprovision optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Jan 23, 2025
1 parent 3a89eab commit ed070b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions playbooks/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

- role: provision
tags: [provision]
when: features.provision | bool is true

- role: gui
tags: [gui]
Expand Down
1 change: 1 addition & 0 deletions roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ features_defaults:
prometheus: false
ceph: false
evpn: false
provision: false

ceph_defaults:
pool: one
Expand Down
2 changes: 1 addition & 1 deletion roles/precheck/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ collections:
- opennebula.deploy

dependencies:
- role: opennebula.deploy.common
- role: opennebula.deploy.repository
2 changes: 1 addition & 1 deletion roles/provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ N/A
| Name | Type | Default | Example | Description |
| --------------------------- | ----- | -------------------------------------------------------------------------------- | --------------------------------- | ------------------------------------------ |
| `terraform_source` | `str` | https://releases.hashicorp.com/terraform/0.14.7/terraform_0.14.7_linux_amd64.zip | http://mirror.local/terraform.zip | Where to look the terraform zipped binary |
| `ansible_version_provision` | `str` | 2.15 | `2.18` | `ansible-core` pip package version |
| `ansible_version_provision` | `str` | 2.15.13 | `2.18` | `ansible-core` pip package version |



Expand Down

0 comments on commit ed070b5

Please sign in to comment.