wip
This commit is contained in:
parent
f3bfde4544
commit
e2eb7c067f
2 changed files with 1 additions and 2 deletions
|
@ -65,7 +65,6 @@ svc_systemd = {
|
|||
|
||||
|
||||
for name, config in node.metadata.get('nginx/vhosts').items():
|
||||
print(name)
|
||||
files[f'/etc/nginx/sites/{name}'] = {
|
||||
'content': Template(filename=join(repo.path, 'data', config['content'])).render(
|
||||
server_name=name,
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
'nextcloud': {
|
||||
'hostname': 'cloud.sublimity.de',
|
||||
'version': '21.0.1',
|
||||
'version': '21.0.3',
|
||||
},
|
||||
'users': {
|
||||
'root': {
|
||||
|
|
Loading…
Reference in a new issue