Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 7775eabf authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

Refactor: Remove is_sysadmin attribute from user definitions in common.yml

parent 157edf5a
No related branches found
No related tags found
No related merge requests found
......@@ -23,35 +23,30 @@ users:
name: "Thomas MICHEL"
group: "{{ admin_group }}"
profile: "{{ common_user_profile }}"
is_sysadmin: true
ssh_key:
- "{{ lookup('file', './files/ssh/team/thomas@lydra.fr.pub') }}"
- username: "christophe@lydra.fr"
name: "Christophe CHAUDIER"
group: "{{ admin_group }}"
profile: "{{ common_user_profile }}"
is_sysadmin: true
ssh_key:
- "{{ lookup('file', './files/ssh/team/christophe@lydra.fr.pub') }}"
- username: "arthur@lydra.fr"
name: "Arthur BOUDREAULT"
group: "{{ admin_group }}"
profile: "{{ common_user_profile }}"
is_sysadmin: true
ssh_key:
- "{{ lookup('file', './files/ssh/team/arthur@lydra.fr.pub') }}"
- username: "daniel@lydra.fr"
name: "Daniel GONÇALVES"
group: "{{ admin_group }}"
profile: "{{ common_user_profile }}"
is_sysadmin: true
ssh_key:
- "{{ lookup('file', './files/ssh/team/daniel@lydra.fr.pub') }}"
- username: "sylvain@lydra.fr"
name: "Sylvain VIART"
group: "{{ admin_group }}"
profile: "{{ common_user_profile }}"
is_sysadmin: true
ssh_key:
- "{{ lookup('file', './files/ssh/team/sylvain@lydra.fr.pub') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment