Procházet zdrojové kódy

connection plugin lxc_ssh

master
rodič
revize
71aa7b587a
2 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. +11
    -0
      tasks/connection_plugin_lxc_ssh.yml
  2. +2
    -0
      tasks/main.yml

+ 11
- 0
tasks/connection_plugin_lxc_ssh.yml Zobrazit soubor

@@ -0,0 +1,11 @@
---

- name: connection plugin directory
file:
path: /usr/share/ansible/plugins/connection
state: directory

- name: clone ansible-lxc-ssh
git:
repo: https://github.com/chifflier/ansible-lxc-ssh
dest: /usr/share/ansible/plugins/connection

+ 2
- 0
tasks/main.yml Zobrazit soubor

@@ -1,3 +1,5 @@
---

- include: setup_Debian.yml

- include: connection_plugin_lxc_ssh.yml

Načítá se…
Zrušit
Uložit