Skip to content

CSCfi/ansible-role-udev-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-udev-rules

Configure udev rules

Currently this role can only template in a "smart array max_sectors_kb" override for block devices.

Ideally it should not have any rules by default but users should be able to new ones by just defining some variables.

#3

Requirements

Role Variables

udev_smart_array_max_sectors: True

Dependencies

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: ansible-role-udev-rules }

License

MIT

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).