Feat: adapt BV to new user management

This commit is contained in:
Bertrand Benjamin 2020-11-22 14:00:09 +01:00
parent 9b5f10205f
commit 2f5f187656
3 changed files with 9 additions and 8 deletions

View File

@ -4,6 +4,7 @@
vars_files: vars_files:
- vars/common.yml - vars/common.yml
- vars/users.yml
- vars/server.yml - vars/server.yml
- vars/BV_boutique.yml - vars/BV_boutique.yml

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8yazGCU0ibycAR8MpIwQMGt39TzNhMdPH20+t/YjP3 waha@Choux-2020-03-15

View File

@ -1,9 +1,8 @@
--- ---
deploy_public_key: id_rsa_manioc.pub public_key:
- user: "{{ admin }}"
deploy_users: key: id_ed25519_choux2bv_admin.pub
- username: 'waha' - user: "{{ admin }}"
password: '$6$tQLlZ3lI/NDcT3.C$VCBzrpNxDgOK7b2que2/BnAYWl.zKVugZrQEPxtsq3iWcskEzQ1NvytZRXkB4GCDa/xEohxiodyCaZyFnhxby1' key: id_ed25519_combava2bv_admin.pub
uid: '1001' - user: "{{ backup }}"
group: wheel key: id_rsa_nas2bv_backup.pub
groups: sudo