nodes/htz-cloud.pirmasens: add user autojenkins
This commit is contained in:
parent
c7fd6ee041
commit
be2580b7f6
2 changed files with 20 additions and 0 deletions
|
@ -46,6 +46,20 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'website_check_path': '/',
|
||||
'website_check_string': 'Salon Katrin',
|
||||
},
|
||||
'salonkatrin-v2': {
|
||||
'domain': 'dev.salonkatrin.de',
|
||||
'webroot_config': {
|
||||
'owner': 'autojenkins',
|
||||
},
|
||||
},
|
||||
'salonkatrin-www': {
|
||||
'domain': 'www.salonkatrin.de',
|
||||
'locations': {
|
||||
'/': {
|
||||
'redirect': 'https://salonkatrin.de$request_uri',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
|
@ -74,6 +88,7 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'password': vault.decrypt('encrypt$gAAAAABfp7qzym32R6Go1A6oax0NGQM7EBMckbEbnZC6-RSKx-klSJsL57XbSUTD-AJM-gBIPzlmor-3bfVxPWLRYXtO8uTVw6jNQ1yt15ReHkOTijVqV2ACk-LTDBG3p4YKBn0pQgNvvjXhWV_J1-Pgjywbl4sHXc0zqjCGZ6xtEn6ywj0Pd599JJjREF4QCIFVZVWuKvo1'),
|
||||
},
|
||||
'users': {
|
||||
'autojenkins': {},
|
||||
'frank': {},
|
||||
'sophie': {
|
||||
'delete': True,
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"autojenkins": {
|
||||
"ssh_pubkey": [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHZnYhsdtGUYJiFcvfqTLljGkInnFTOoDF/WZniLtPjH"
|
||||
]
|
||||
},
|
||||
"fkunsmann": {
|
||||
"ssh_pubkey": [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYst1HK+gJYhNxzqJGnz4iB73pa89Xz2yH+8wufOcsA"
|
||||
|
|
Loading…
Reference in a new issue