All Projects → geerlingguy → ansible-role-daemonize

geerlingguy / ansible-role-daemonize

Licence: MIT License
Ansible Role - Daemonize.

Projects that are alternatives of or similar to ansible-role-daemonize

Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (+2335.71%)
Mutual labels:  debian, ubuntu, fedora, centos, redhat, rhel, role
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (+2742.86%)
Mutual labels:  debian, ubuntu, fedora, centos, redhat, rhel, role
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (+2350%)
Mutual labels:  debian, ubuntu, fedora, centos, rhel, role
darknet.py
darknet.py is a network application with no dependencies other than Python and Tor, useful to anonymize the traffic of linux servers and workstations.
Stars: ✭ 71 (+407.14%)
Mutual labels:  debian, ubuntu, fedora, centos, rhel
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (+642.86%)
Mutual labels:  debian, ubuntu, fedora, centos, redhat
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (+771.43%)
Mutual labels:  debian, ubuntu, centos, redhat, rhel
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+2064.29%)
Mutual labels:  debian, ubuntu, fedora, centos, rhel
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (+471.43%)
Mutual labels:  debian, ubuntu, fedora, centos, rhel
Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (+5935.71%)
Mutual labels:  debian, ubuntu, centos, redhat, role
Vagrant Box Templates
Stars: ✭ 100 (+614.29%)
Mutual labels:  debian, ubuntu, fedora, centos
Democratic Csi
csi storage for container orchestration systems
Stars: ✭ 120 (+757.14%)
Mutual labels:  debian, ubuntu, centos, rhel
ansible-kafka
Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
Stars: ✭ 56 (+300%)
Mutual labels:  debian, centos, redhat, rhel
Wg Install
Wireguard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 99 (+607.14%)
Mutual labels:  debian, ubuntu, centos, redhat
nginx-conf
Nginx configuration
Stars: ✭ 18 (+28.57%)
Mutual labels:  fedora, centos, redhat, rhel
Packer Templates
Stars: ✭ 90 (+542.86%)
Mutual labels:  debian, ubuntu, fedora, redhat
Mattermost Ansible
Ansible playbook to provide a turnkey solution for the Team Edition of Mattermost
Stars: ✭ 126 (+800%)
Mutual labels:  debian, ubuntu, centos, redhat
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (+0%)
Mutual labels:  debian, ubuntu, centos, rhel
LinuxMirrors
Linux 一键更换国内软件源
Stars: ✭ 623 (+4350%)
Mutual labels:  debian, fedora, centos, redhat
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (+928.57%)
Mutual labels:  debian, ubuntu, centos, redhat
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (+864.29%)
Mutual labels:  debian, ubuntu, fedora, centos

Ansible Role: Daemonize

CI

Installs 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, author of Ansible for DevOps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].