Ver código fonte

lxc_ssh connection plugin

master
pai
commit
8b68489a8f
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      tasks/connection_plugin_lxc_ssh.yml

+ 3
- 2
tasks/connection_plugin_lxc_ssh.yml Ver arquivo

@@ -7,7 +7,8 @@

- name: clone ansible-lxc-ssh
git:
#repo: https://github.com/chifflier/ansible-lxc-ssh.git
repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git
#repo: https://github.com/chifflier/ansible-lxc-ssh.git # this wirks for ansible 2.2 with depecration warnings
#repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git # this wirks for ansible 2.2 without warnings but not for anisble 2.4
repo: https://github.com/lgeorget/ansible-lxc-ssh.git # this works for ansible 2.4
dest: /usr/share/ansible/plugins/connection/lxc_ssh
version: master

Carregando…
Cancelar
Salvar