README.md aktualisiert
This commit is contained in:
17
README.md
17
README.md
@@ -8,6 +8,17 @@ Funktionsweise:
|
|||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
- repo clonen (auf lokale Instanz/Server)
|
- repo clonen (auf lokale Instanz/Server)
|
||||||
- ggf. inventory.ini anpassen:
|
- ggf. inventory.ini anpassen:
|
||||||
|
- "ansible_host=192.168.0.12" ... IP zum SSH-Client
|
||||||
- ansible starten mit ansible-playbook -i inventory.ini playbooks/gitea.yml --ask-pass
|
- "ansible_port=4707" SSH Port
|
||||||
|
- "ansible_user=root" SSH User
|
||||||
|
- "ansible_python_interpreter=/usr/bin/python3" ... bleibt unverändert
|
||||||
|
- in gitea im repo unter Einstellungen -> Workflows -> runners einen neuen runner erstellen & token kopieren
|
||||||
|
- ansible starten mit ansible-playbook -i inventory.ini playbooks/gitea.yml --ask-pass
|
||||||
|
- SSH-Passwort des Servers eingeben
|
||||||
|
- gitea token eingeben
|
||||||
|
- runner-namen/-label angeben
|
||||||
|
- *bei erfolgreicher Ausführung sollte unter /opt/runner der Ordner workdir entstehen*
|
||||||
|
- Erstellen des Ordners für das repo der zu hostenden Seite (muss in workflow-configs im repo angegeben werden)
|
||||||
|
- Erstellen des Ordners
|
||||||
|
- Zugriffsrechte
|
||||||
Reference in New Issue
Block a user