Mise à jour de 'How to create a new LXC'

Mathieu Broillet 2023-06-23 09:44:30 +00:00
parent f3306c7d70
commit 7043e656a9

@ -505,5 +505,17 @@ If nothing is specified, the script will use the VM/LXC folder (`<repo>/lxc/<id>
```
</details>
#### Global parameters
You can specific global parameters in your types:
<details>
<summary>Warning</summary>
*Display a warning message in the logs*
```yaml
- type: <any type of step>
warning: <text to display in logs for this step>
```
</details>