Explorar el Código

connection plugin lxc_ssh

master
padre
commit
71aa7b587a
Se han modificado 2 ficheros con 13 adiciones y 0 borrados
  1. +11
    -0
      tasks/connection_plugin_lxc_ssh.yml
  2. +2
    -0
      tasks/main.yml

+ 11
- 0
tasks/connection_plugin_lxc_ssh.yml Ver fichero

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

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

- include: setup_Debian.yml

- include: connection_plugin_lxc_ssh.yml

Cargando…
Cancelar
Guardar