Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

15 wiersze
571B

  1. ---
  2. - name: connection plugin directory
  3. file:
  4. path: /usr/share/ansible/plugins/connection
  5. state: directory
  6. - name: clone ansible-lxc-ssh
  7. git:
  8. #repo: https://github.com/chifflier/ansible-lxc-ssh.git # this wirks for ansible 2.2 with depecration warnings
  9. #repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git # this wirks for ansible 2.2 without warnings but not for anisble 2.4
  10. repo: https://github.com/lgeorget/ansible-lxc-ssh.git # this works for ansible 2.4
  11. dest: /usr/share/ansible/plugins/connection/lxc_ssh
  12. version: master