diff options
author | Alex Auvolat <alex@adnab.me> | 2020-11-13 12:34:07 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-11-13 12:34:07 +0100 |
commit | 7e111783fea578b9025ffe02fce652d9af114000 (patch) | |
tree | d40fc2db6d5f3f4520d9b5a85872c904d24010d6 /os | |
parent | e1f171e19c1de82dfe4aacf89dea9d567dacd6c5 (diff) | |
download | infrastructure-7e111783fea578b9025ffe02fce652d9af114000.tar.gz infrastructure-7e111783fea578b9025ffe02fce652d9af114000.zip |
Add LX key3
Diffstat (limited to 'os')
-rw-r--r-- | os/config/roles/users/files/alex-key3.pub | 1 | ||||
-rw-r--r-- | os/config/roles/users/vars/main.yml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/os/config/roles/users/files/alex-key3.pub b/os/config/roles/users/files/alex-key3.pub new file mode 100644 index 0000000..4baebd2 --- /dev/null +++ b/os/config/roles/users/files/alex-key3.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJpaBZdYxHqMxhv2RExAOa7nkKhPBOHupMP3mYaZ73w9 lx@lindy diff --git a/os/config/roles/users/vars/main.yml b/os/config/roles/users/vars/main.yml index ea4177f..ca2dc0a 100644 --- a/os/config/roles/users/vars/main.yml +++ b/os/config/roles/users/vars/main.yml @@ -10,7 +10,8 @@ active_users: is_admin: true ssh_keys: - 'alex-key1.pub' - - 'alex-key2.pub' + #- 'alex-key2.pub' + - 'alex-key3.pub' - username: 'maximilien' is_admin: true |