From 7c7cac4dc44d11f4009fc72c6ca1c00fc7ec4af9 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Thu, 3 Nov 2016 19:23:12 +0100 Subject: [PATCH] remove container command from lxc_container task --- roles/lxc_guest/tasks/main.yaml | 4 ---- 1 file changed, 4 deletions(-) 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