Skip to content

Simple role for basic systemd management

License

Notifications You must be signed in to change notification settings

OSSHelp/ansible-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systemd

Build Status

Role for managing systemd parameters

Usage (example)

    - role: systemd
      systemd_target_server_type: physical
      systemd_custom_params:
        - { key: param1, value: 'yes' }
        - { key: param2, value: 'no' }
      journald_custom_params:
        - { key: SystemMaxUse, value: 64M }
        - { key: RuntimeMaxUse, value: 64M }
        - { key: Storage, value: persistent }

Available parameters

Main

Param Default Description
systemd_setup full Setup mode. See OSSHelp KB article
systemd_target_server_type - Target server type (physical or virtual)
systemd_skip_services [] List of services to skip
systemd_custom_params [] List of custom params for /etc/systemd/systemd.conf
journald_custom_params [] List of custom params for /etc/systemd/journald.conf

FAQ

...

Useful links

...

TODO

...

License

GPL3

Author

OSSHelp Team, see https://oss.help