You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the user to provide an Ansible playbook file on init which will
then be run on first boot.
Signed-off-by: Jake Correnti <[email protected]>
Signed-off-by: Brent Baude <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/markdown/podman-machine-init.1.md.in
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,13 @@ if there is no existing remote connection configurations.
96
96
97
97
API forwarding, if available, follows this setting.
98
98
99
+
#### **--run-playbook**
100
+
101
+
Add the provided Ansible playbook to the machine and execute it after the first boot.
102
+
103
+
Note: The playbook will be executed with the same privileges given to the user in the virtual machine. The playbook provided cannot include other files from the host system, as they will not be copied.
104
+
105
+
99
106
#### **--timezone**
100
107
101
108
Set the timezone for the machine and containers. Valid values are `local` or
0 commit comments