diff --git a/roles/lxc_guest/tasks/main.yaml b/roles/lxc_guest/tasks/main.yaml index 2929e28..1dc251d 100644 --- a/roles/lxc_guest/tasks/main.yaml +++ b/roles/lxc_guest/tasks/main.yaml @@ -20,10 +20,6 @@ container_log: true template: debian template_options: --release {{ distro }} --packages=ssh,python -# container_command: | -# echo "ssh-rsa {{ user_ca_key }}" > /etc/ssh/user_ca.pub -# echo "TrustedUserCAKeys /etc/ssh/user_ca.pub" >> /etc/ssh/sshd_config -# sed -i 's/iface eth0 inet dhcp/iface eth0 inet manual/' /etc/network/interfaces state: stopped - name: deploy container config