Add ansible role to update user ssh key 93/11393/2
authorsankar palanivel <sankar.palanivel@est.tech>
Wed, 24 Nov 2021 11:19:07 +0000 (11:19 +0000)
committerSankar Palanivel <sankar.palanivel@est.tech>
Wed, 24 Nov 2021 11:33:42 +0000 (11:33 +0000)
commit56fa17262cc278a5dd229066bccf3d06d24c54bd
treeea1f82bdb97b85ca55b93f47e301da5a5c71a8cc
parenta8021f67425f7d2aaebe659e45c0efa976db5e0a
Add ansible role to update user ssh key

In this change,
 - Add new ansible role to allow users to update their ssh public key
   from their profile section of selfservice portal

Change-Id: If34a3e64aa7447973a9a0d7c7a8638555a28990c
infra/update_user_ssh_key/deploy.sh [new file with mode: 0755]
infra/update_user_ssh_key/playbooks/roles/update-user-ssh-key/tasks/update-sshkey.yaml [new file with mode: 0644]
infra/update_user_ssh_key/playbooks/roles/update-user-ssh-key/vars/main.yaml [new file with mode: 0644]
infra/update_user_ssh_key/playbooks/update-user-ssh-key.yaml [new file with mode: 0644]