add VM add_vm
This commit is contained in:
parent
b9b3c74982
commit
ca0feb9795
2 changed files with 5 additions and 2 deletions
|
@ -38,7 +38,7 @@ gitea_user: root
|
||||||
#
|
#
|
||||||
# Admin user password
|
# Admin user password
|
||||||
#
|
#
|
||||||
gitea_password: "JzRyLu5TyuD9c7DfJnm5"
|
gitea_password: "2XDifFioEYjDyf29Swkk"
|
||||||
#
|
#
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
|
@ -68,7 +68,7 @@ woodpecker_admins: "{{ gitea_user }}"
|
||||||
#
|
#
|
||||||
# Woodpecker shared agent secret `openssl rand -hex 32`
|
# Woodpecker shared agent secret `openssl rand -hex 32`
|
||||||
#
|
#
|
||||||
woodpecker_agent_secret: kkynQIysSkWw1MrUCNgHvLLg9si3o5N7RNYjjriImZouRNRaVYfPyvLdBr6B1EJt
|
woodpecker_agent_secret: FYa8ssPIrY3xE3Ab3zaeRZqq0SRaRrWifpjs2RslJurk1ItDgmoTpYq7WM2ROGek
|
||||||
#
|
#
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,3 +4,6 @@ enough --domain $domain service create --host add_vm-host gitea
|
||||||
enough --domain $domain host create add_vm-host
|
enough --domain $domain host create add_vm-host
|
||||||
enough --domain $domain service create --host add_vm-host gitea
|
enough --domain $domain service create --host add_vm-host gitea
|
||||||
|
|
||||||
|
enough --domain $domain host create add_vm-host
|
||||||
|
enough --domain $domain service create --host add_vm-host gitea
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue