Browse Source

remove container command from lxc_container task

phabricator
Edoardo Putti 8 years ago
parent
commit
7c7cac4dc4
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      roles/lxc_guest/tasks/main.yaml

+ 0
- 4
roles/lxc_guest/tasks/main.yaml View File

@ -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


Loading…
Cancel
Save