feat: Arr stack

This commit is contained in:
Lino Silva
2023-04-19 18:38:25 +01:00
parent c60e378f81
commit a375049e1e
20 changed files with 275 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
---
# Unable to use ansible.builtin.lineinfile, because we need to run this through the proxmox host (because SSH is not enabled duh)
- name: Allow SSH into LXC
ansible.builtin.command: lxc-attach -n 616 -- sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config
- name: Restart SSH Service
ansible.builtin.command: lxc-attach -n 616 service ssh restart