You can not select more than 25 topics 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.

acl.yaml 289B

3 years ago
3 years ago
123456789101112131415161718
  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