From f3d8080da12c59641ef3e056413109ac3bc83996 Mon Sep 17 00:00:00 2001 From: Humm Date: Tue, 5 Jul 2022 23:30:03 +0200 Subject: [PATCH] Add user account for humm --- group_vars/all.yml | 5 +++++ host_vars/cloud.emma.ccchb.de.yml | 3 +++ host_vars/dn42.emma.ccchb.de.yml | 3 +++ host_vars/gitea.emma.ccchb.de.yml | 3 +++ host_vars/jabber.emma.ccchb.de.yml | 3 +++ host_vars/wiki.emma.ccchb.de.yml | 3 +++ 6 files changed, 20 insertions(+) diff --git a/group_vars/all.yml b/group_vars/all.yml index 00855ed..0edef1e 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -24,3 +24,8 @@ user_mgmt_default: present: - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBz7TX/Nm+tE/8RZ2XLuboFWUmBR0oCD0yTaRm2NILm3 deelkar@artena" absent: [] + humm: + ssh_key: + present: + - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDSHkU00aO4U98ikMiiiWiEeRj/597UzFcFctwY8iwLy humm@fluorine" + absent: [] diff --git a/host_vars/cloud.emma.ccchb.de.yml b/host_vars/cloud.emma.ccchb.de.yml index 7346f73..190575a 100644 --- a/host_vars/cloud.emma.ccchb.de.yml +++ b/host_vars/cloud.emma.ccchb.de.yml @@ -16,3 +16,6 @@ user_mgmt: genofire: state: present groups: sudo + humm: + state: present + groups: sudo diff --git a/host_vars/dn42.emma.ccchb.de.yml b/host_vars/dn42.emma.ccchb.de.yml index 9f4c5c6..f1b8d14 100644 --- a/host_vars/dn42.emma.ccchb.de.yml +++ b/host_vars/dn42.emma.ccchb.de.yml @@ -10,3 +10,6 @@ user_mgmt: fritz: state: present groups: sudo + humm: + state: present + groups: sudo diff --git a/host_vars/gitea.emma.ccchb.de.yml b/host_vars/gitea.emma.ccchb.de.yml index 14aa7a7..16d224e 100644 --- a/host_vars/gitea.emma.ccchb.de.yml +++ b/host_vars/gitea.emma.ccchb.de.yml @@ -42,3 +42,6 @@ user_mgmt: genofire: state: present groups: sudo + humm: + state: present + groups: sudo diff --git a/host_vars/jabber.emma.ccchb.de.yml b/host_vars/jabber.emma.ccchb.de.yml index e73c38e..fbffec0 100644 --- a/host_vars/jabber.emma.ccchb.de.yml +++ b/host_vars/jabber.emma.ccchb.de.yml @@ -10,3 +10,6 @@ user_mgmt: fritz: state: present groups: sudo + humm: + state: present + groups: sudo diff --git a/host_vars/wiki.emma.ccchb.de.yml b/host_vars/wiki.emma.ccchb.de.yml index 05f727a..fc63237 100644 --- a/host_vars/wiki.emma.ccchb.de.yml +++ b/host_vars/wiki.emma.ccchb.de.yml @@ -10,6 +10,9 @@ user_mgmt: fritz: state: present groups: sudo + humm: + state: present + groups: sudo certbot_certs: - [ "wiki.ccchb.de" ]