We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21a5d1 commit c51c0c7Copy full SHA for c51c0c7
documentation/modules/ROOT/pages/03-demo.adoc
@@ -118,7 +118,24 @@ Replace the `--server` url with your own cluster API endpoint.
118
+
119
{empty} +
120
121
-1. Run the Playbook
+1. Run the Playbook with Docker/Podman
122
++
123
+[IMPORTANT]
124
+--
125
+If your system is SELinux enabled, you'll need to label the project directory to allow docker/podman to access it. Run the command:
126
127
+[.console-input]
128
+[source,bash]
129
+----
130
+sudo chcon -Rt svirt_sandbox_file_t $PWD
131
132
133
+The error you may get if SELinux blocks the process would be similar to:
134
135
136
+ERROR! the playbook: ./ansible/install.yaml could not be found
137
138
139
140
* With Docker:
141
0 commit comments