Add cron to service variables.
This commit is contained in:
parent
ac11404402
commit
300c84c026
@ -11,6 +11,8 @@
|
|||||||
sshd: sshd
|
sshd: sshd
|
||||||
sshd_pattern: sshd
|
sshd_pattern: sshd
|
||||||
sshd_config: /etc/ssh/sshd_config
|
sshd_config: /etc/ssh/sshd_config
|
||||||
|
crond: cron
|
||||||
|
crond_pattern: cron
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | Linux
|
- name: General | Facts | Service | Linux
|
||||||
@ -18,6 +20,13 @@
|
|||||||
when: ansible_system == "Linux"
|
when: ansible_system == "Linux"
|
||||||
|
|
||||||
|
|
||||||
|
- name: General | Facts | Service | Linux
|
||||||
|
set_fact:
|
||||||
|
crond: cronie
|
||||||
|
crond_pattern: cronie
|
||||||
|
when: ansible_distribution == "Archlinux"
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | FreeBSD
|
- name: General | Facts | Service | FreeBSD
|
||||||
set_fact:
|
set_fact:
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
Loading…
x
Reference in New Issue
Block a user