RIP Soleil Levant

This commit is contained in:
2023-09-14 14:42:16 +05:30
parent f77518cf79
commit c5282c4705
14 changed files with 198 additions and 321 deletions

View File

@@ -120,21 +120,6 @@
state: "present"
regexp: "^%sudo"
line: "%sudo ALL=(ALL) NOPASSWD: ALL"
- name: Add extra authorized_key for soleil
hosts: soleil
vars:
users:
- arya
- mrlerien
- devrand
- midou
tasks:
- name: Add extra authorized_key for soleil
ansible.posix.authorized_key:
user: "{{ item }}"
key: "{{ corevm_ssh_key }}"
with_items:
- "{{ users }}"
- name: Configure SSHD
hosts: all
tasks: