Skip to content

picotrading/ansible-ulimit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ulimit

Role which helps to manage ulimit configuration.

Example

---

# Example of how to use the role
- hosts: myhost
  vars:
    ulimit_config:
      - domain: '*'
        type: soft
        item: core
        value: 0
      - domain: '*'
        type: hard
        item: rss
        value: 10000
  roles:
    - ulimit

Role variables

List of variables used by the role:

# Default ulimit configuration
ulimit_config: []

# Default limits.conf location
ulimit_config_location: /etc/security/limits.conf

License

MIT

Author

Jiri Tyr

About

Role which helps to manage ulimit configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published