Add deploy.sh, change default output location
This commit is contained in:
parent
f01c1d971b
commit
61591542f3
3 changed files with 46 additions and 2 deletions
|
|
@ -24,3 +24,11 @@ optional arguments:
|
|||
--containers-yaml-out CONTAINERS_YAML_OUT
|
||||
--standalone-yaml-out STANDALONE_YAML_OUT
|
||||
```
|
||||
|
||||
Use this script to generate the yaml and a deploy script to buyild an AIO
|
||||
|
||||
By default the files will be placed in the home directory of the user running the script (should probable be the stack user)
|
||||
|
||||
When happy with the contents rename them to remove the .gen suffix and run the deploy script.
|
||||
|
||||
The doco for the AIO deply says to run the deploy using sudo - I don't think this is correct. If you use sudo you will get a warning about files ending up /root.
|
||||
Loading…
Add table
Add a link
Reference in a new issue