選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
358B

  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
  9. repo: https://github.com/andreasscherbaum/ansible-lxc-ssh.git
  10. dest: /usr/share/ansible/plugins/connection/lxc_ssh
  11. version: master