We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7720450 commit 32579e6Copy full SHA for 32579e6
README.md
@@ -8,6 +8,8 @@ This collections of playbooks/HCL files will permits you to deploy easily micros
8
- Terraform >= 1.2.6
9
- oc >= 4.8
10
- podman >= 4.1.1
11
+- libvirt >= 8.0.0
12
+- jq
13
14
```shell
15
$ ansible-galaxy install -r requirements.yml
@@ -61,5 +63,5 @@ $ oc get po -A
61
63
## Delete Microshift instance
62
64
65
-$ ansible-playbook deploy_microshift.yml -e tf_state=absent
66
+$ ansible-playbook deploy_microshift.yml -e tf_state=absent -e provider=<provider>
67
```
0 commit comments