moved cronie installation to own role

netsplit
Niklas Yann Wettengel 7 years ago
parent 56670cd032
commit 3635c59de8

@ -0,0 +1,11 @@
---
- name: install cronie
pacman:
name: cronie
state: present
- name: start and enable cronie
systemd:
name: cronie.service
enabled: yes
state: started

@ -63,17 +63,6 @@
src: fastd-api.php
dest: /etc/fastd/ffmyk/bin/fastd-api.php
- name: install cronie
pacman:
name: cronie
state: present
- name: start and enable cronie
systemd:
name: cronie.service
enabled: yes
state: started
- name: setup cronjob for fastd-api
cron:
name: fastd-api

@ -8,6 +8,7 @@
- configure_sysctl
- configure_iptables
- install_ssmtp
- install_cronie
- install_php
- install_nginx
- install_ntp

Loading…
Cancel
Save