David před 10 roky
rodič
revize
eba59a6a40
1 změnil soubory, kde provedl 0 přidání a 11 odebrání
  1. 0 11
      lxc/container.yml

+ 0 - 11
lxc/container.yml

@@ -1,11 +0,0 @@
-- hosts: local
-  tasks:
-  - name: Create a started container
-    lxc_container:
-      name: test-container-started2
-      container_log: true
-      template: ubuntu
-      state: started
-      template_options: --release trusty
-    become: yes
-    become_user: root