mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-05 01:05:44 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
7
setup/ansible/startup.sh
Normal file
7
setup/ansible/startup.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Run setup only once
|
||||
if [ ! -f /ansible/.startup-done ]; then
|
||||
ansible-playbook main.yml
|
||||
touch /ansible/.startup-done
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue