Skip to content

Convert internal role for install and configure acl to claranet Standard

License

Notifications You must be signed in to change notification settings

bngameni/ansible-role-acl

Repository files navigation

Ansible role - acl

Maintainer License Release Status Ansible version Ansible Galaxy

⭐ Star us on GitHub — it motivates us a lot!

Install acl packages and setup access

⚠️ Requirements

Ansible >= 2.10

⚡ Installation

ansible-galaxy install claranet.acl

⚙️ Role variables

Variable Default value Description
acl_config
  - path: /etc/foo.conf
    default: false           # can be omit
    entity: "root"
    etype: "user" 
    follow: true             # can be omit
    permissions: "rwx"
    state: query
    recursive: false         # can be omit
acl to set

🔄 Dependencies

N/A

✏️ Example Playbook

---
- hosts: all
  roles:
    - claranet.acl
  vars:
  acl_config:
    - name:        /etc/acl_directory
      entity:      user01
      etype:       user
      permissions: "rw"
      state:       present

©️ License

Mozilla Public License Version 2.0

About

Convert internal role for install and configure acl to claranet Standard

Resources

License

Stars

Watchers

Forks

Packages

No packages published