Skip to content
Snippets Groups Projects
Commit 2eecb982 authored by Carla Berenguer's avatar Carla Berenguer
Browse files

Merge branch 'feat/add-carla-ilyass-users-to-prod-env' into 'master'

feat(sys-admins): add carla and ilyass users to prod env

See merge request !58
parents 850d535b b45b213a
No related branches found
No related tags found
1 merge request!58feat(sys-admins): add carla and ilyass users to prod env
Pipeline #57303 passed
......@@ -24,6 +24,12 @@ system_administrators:
- name: lai
ssh_key: "{{ inventory_dir }}/../pub_keys/lai.pub"
state: present
- name: ilyass
ssh_key: "{{ inventory_dir }}/../pub_keys/ilyass.pub"
state: present
- name: carla
ssh_key: "{{ inventory_dir }}/../pub_keys/carla.pub"
state: present
developers: []
......
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