25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

19 lines
289B

  1. ---
  2. - hosts: servers
  3. remote_user: root
  4. tasks:
  5. - name: debian packages
  6. apt:
  7. pkg: acl
  8. - name: setacl script
  9. template:
  10. src: setacl.sh.j2
  11. dest: /root/setacl.sh
  12. mode: u=rwx
  13. - name: run setacl script
  14. command: /root/setacl.sh