diff options
author | binary <me@rgoncalves.se> | 2021-03-18 15:42:05 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-18 15:42:05 +0100 |
commit | 44e33477090b601eeac56de99705a0b16815ead0 (patch) | |
tree | 360003431bdba7a0215f1584c3aa82a71c3fcf1d | |
parent | 35b043380198d9d4238fa99a241ce4ce472589f6 (diff) | |
download | infrastructure-44e33477090b601eeac56de99705a0b16815ead0.tar.gz |
Update dev1 with auth
-rw-r--r-- | playbooks/st0dev1.rgoncalves.se.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/playbooks/st0dev1.rgoncalves.se.yml b/playbooks/st0dev1.rgoncalves.se.yml index 2549fe1..5d568d5 100644 --- a/playbooks/st0dev1.rgoncalves.se.yml +++ b/playbooks/st0dev1.rgoncalves.se.yml @@ -5,7 +5,10 @@ --- - hosts: st0dev1 + vars: + cgit_config_root_desc: "private - development hub" + cgit_authenticate: true + roles: - { role: cgit } - { role: httpd } - - { role: sshd } |