Commit 6a7a478c authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Remove Hardik key

parent 3d0c29c6
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC06+qpPwbV5semy4mTbkGemF/YmLO7GJkIDlSvYDuIf+er96EqMWds83trQ4MiUthxcr3q0PQbl8catx+Ezuspn2JOSNqP68huj6u15EMimvz0LmmImCv9FJwCX0D5t9Nx4NqHCpYq5vqfsj0LgS5aOgcOCiVl6fPCOWANYF8EL3xxLxROJBx/HBFrAEN2MB727jIDfyy2a2FeD4xMdOhiiiGPHCUA2h8VdJabWQumHASJyN2Z4UOmg6jTSLF6QV+8zgNEXvZEBMDtfnA7ErBHgiiRvKyy3ZI/u1R/SRhuqlsuSWUty4crZ7oE18NLOaFxxdRdGEHZ8za9JK7bj2S5 root@localhost
......@@ -38,6 +38,9 @@
- name: Add KW SSH Key
authorized_key: user=root key="{{ lookup('file', 'klaus_key') }}"
- name: Remove Hardik SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_4') }}" state=absent
- name: Remove VB SSH Key
authorized_key: user=root key="{{ lookup('file', 'remove_key_3') }}" state=absent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment