25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

connection_plugin_lxc_ssh.yml 287B

123456789101112
  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
  9. dest: /usr/share/ansible/plugins/connection/lxc_ssh
  10. version: master