meow :3
This commit is contained in:
parent
667fc21c12
commit
75cacd3182
15 changed files with 125 additions and 148 deletions
11
plays/tasks/provisioning/lxc.yml
Normal file
11
plays/tasks/provisioning/lxc.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
- name: Add SSH Key
|
||||
ansible.posix.authorized_key:
|
||||
user: fern
|
||||
state: present
|
||||
key: "{{ lookup('file', '/home/fern/.ssh/id_ed25519.pub') }}"
|
||||
|
||||
- name: Set sudo rules
|
||||
community.general.sudoers:
|
||||
name: sudo
|
||||
commands: ALL
|
||||
user: fern
|
Loading…
Add table
Add a link
Reference in a new issue