Skip to content
Snippets Groups Projects
Commit b45b213a authored by Daniel Palomar's avatar Daniel Palomar
Browse files

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

parent 850d535b
No related branches found
No related tags found
1 merge request!58feat(sys-admins): add carla and ilyass users to prod env
Pipeline #55489 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