Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geerlingguy/ansible-role-daemonize
Ansible Role - Daemonize.
https://github.com/geerlingguy/ansible-role-daemonize
ansible centos daemonize debian fedora redhat rhel role ubuntu
Last synced: 9 days ago
JSON representation
Ansible Role - Daemonize.
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-daemonize
- Owner: geerlingguy
- License: mit
- Created: 2014-12-17T15:19:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:21:20.000Z (4 months ago)
- Last Synced: 2024-10-10T04:06:31.870Z (27 days ago)
- Topics: ansible, centos, daemonize, debian, fedora, redhat, rhel, role, ubuntu
- Homepage: https://galaxy.ansible.com/geerlingguy/daemonize/
- Size: 43 KB
- Stars: 18
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Daemonize
[![CI](https://github.com/geerlingguy/ansible-role-daemonize/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-daemonize/actions?query=workflow%3ACI)
Installs [Daemonize](http://software.clapper.org/daemonize/), a tool for running commands as a Unix daemon.
## Requirements
Make sure you have `gcc` or other build tools installed (e.g. `yum install make automake gcc gcc-c++ kernel-devel` on RedHat, or `apt-get install build-essential` on Debian) prior to running this role, as it builds Daemonize from source.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
workspace: /root
The location where code will be downloaded and compiled.
daemonize_version: 1.7.5
The daemonize release version to install.
daemonize_install_path: "/usr"
The path where the compiled daemonize binary will be installed.
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- { role: geerlingguy.daemonize }## License
MIT / BSD
## Author Information
This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).