{"id":18906532,"url":"https://github.com/claranet/ansible-role-acl","last_synced_at":"2026-03-05T12:30:17.756Z","repository":{"id":192817619,"uuid":"687440890","full_name":"claranet/ansible-role-acl","owner":"claranet","description":"Install acl package and setup access","archived":false,"fork":false,"pushed_at":"2024-07-04T10:47:29.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-12-31T11:34:09.738Z","etag":null,"topics":["acl","ansible","claranet","role"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claranet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-05T11:15:59.000Z","updated_at":"2024-07-04T08:22:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"12bf0fbc-7f52-4227-a05c-e906881180fb","html_url":"https://github.com/claranet/ansible-role-acl","commit_stats":null,"previous_names":["claranet/ansible-role-acl"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claranet%2Fansible-role-acl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claranet%2Fansible-role-acl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claranet%2Fansible-role-acl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claranet%2Fansible-role-acl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claranet","download_url":"https://codeload.github.com/claranet/ansible-role-acl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239889919,"owners_count":19713863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acl","ansible","claranet","role"],"created_at":"2024-11-08T09:16:40.355Z","updated_at":"2026-03-05T12:30:17.702Z","avatar_url":"https://github.com/claranet.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible role - acl\n[![Maintainer](https://img.shields.io/badge/maintained%20by-claranet-e00000?style=flat-square)](https://www.claranet.fr/)\n[![License](https://img.shields.io/github/license/claranet/ansible-role-acl?style=flat-square)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/claranet/ansible-role-acl?style=flat-square)](https://github.com/claranet/ansible-role-acl/releases)\n[![Status](https://img.shields.io/github/actions/workflow/status/claranet/ansible-role-acl/molecule.yml?style=flat-square\u0026label=tests\u0026branch=main)](https://github.com/claranet/ansible-role-acl/actions?query=workflow%3A%22Ansible+Molecule%22)\n[![Ansible version](https://img.shields.io/badge/ansible-%3E%3D2.10-black.svg?style=flat-square\u0026logo=ansible)](https://github.com/ansible/ansible)\n[![Ansible Galaxy](https://img.shields.io/badge/ansible-galaxy-black.svg?style=flat-square\u0026logo=ansible)](https://galaxy.ansible.com/claranet/acl)\n\n\n\u003e :star: Star us on GitHub — it motivates us a lot!\n\nInstall acl packages and setup access\n\n## :warning: Requirements\n\nAnsible \u003e= 2.10\n\n## :zap: Installation\n\n```bash\nansible-galaxy install claranet.acl\n```\n\n## :gear: Role variables\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVariable\u003c/strong\u003e\u003c/td\u003e \u003ctd\u003e\u003cstrong\u003eDefault value\u003c/strong\u003e\u003c/td\u003e \u003ctd\u003e\u003cstrong\u003eDescription\u003c/strong\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e acl_config \u003c/td\u003e\n\u003ctd\u003e\n\n```yaml\n  - path: /etc/foo.conf\n    default: false           # can be omit\n    entity: \"root\"\n    etype: \"user\" \n    follow: true             # can be omit\n    permissions: \"rwx\"\n    state: query\n    recursive: false         # can be omit\n```\n\n\u003c/td\u003e\n\n\u003ctd\u003eacl to set\u003c/td\u003e\n\u003c/tr\u003e\n\n\u003c/table\u003e\n\n## :arrows_counterclockwise: Dependencies\n\nN/A\n\n## :pencil2: Example Playbook\n\n```yaml\n---\n- hosts: all\n  roles:\n    - claranet.acl\n  vars:\n  acl_config:\n    - name:        /etc/acl_directory\n      entity:      user01\n      etype:       user\n      permissions: \"rw\"\n      state:       present\n```\n\n## :closed_lock_with_key: [Hardening](HARDENING.md)\n\n## :heart_eyes_cat: [Contributing](CONTRIBUTING.md)\n\n## :copyright: [License](LICENSE)\n\n[Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaranet%2Fansible-role-acl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaranet%2Fansible-role-acl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaranet%2Fansible-role-acl/lists"}