feat: Added youtube-downloader

This commit is contained in:
Lino Silva
2023-04-19 15:23:26 +01:00
parent 09ddf680a7
commit d75ad58f5a
11 changed files with 164 additions and 4 deletions
@@ -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 614 -- sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config
- name: Restart SSH Service
ansible.builtin.command: lxc-attach -n 614 service ssh restart