diff options
Diffstat (limited to 'environments/global')
-rw-r--r-- | environments/global/roles/caldance.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/environments/global/roles/caldance.yaml b/environments/global/roles/caldance.yaml index 1dc7fa8..98382bf 100644 --- a/environments/global/roles/caldance.yaml +++ b/environments/global/roles/caldance.yaml | |||
@@ -2,3 +2,11 @@ | |||
2 | classes: | 2 | classes: |
3 | role::caldance: ~ | 3 | role::caldance: ~ |
4 | letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" | 4 | letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" |
5 | role::caldance::user: "caldance" | ||
6 | role::caldance::group: "caldance" | ||
7 | role::caldance::home: "/home/caldance" | ||
8 | role::caldance::web_host: "%{lookup('base_installation::system_hostname')}" | ||
9 | base_installation::system_users: | ||
10 | - username: "%{lookup('role::caldance::user')}" | ||
11 | system: true | ||
12 | password: "!!" | ||