Bläddra i källkod

connection plugin lxc_ssh

master
förälder
incheckning
71aa7b587a
2 ändrade filer med 13 tillägg och 0 borttagningar
  1. +11
    -0
      tasks/connection_plugin_lxc_ssh.yml
  2. +2
    -0
      tasks/main.yml

+ 11
- 0
tasks/connection_plugin_lxc_ssh.yml Visa fil

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

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

- include: setup_Debian.yml

- include: connection_plugin_lxc_ssh.yml

Laddar…
Avbryt
Spara