2020-12-28 20:21:01 -06:00
|
|
|
---
|
2021-02-03 21:17:48 -06:00
|
|
|
# Define program names for service builtin.
|
2020-12-28 20:21:01 -06:00
|
|
|
|
2021-02-06 17:00:55 -06:00
|
|
|
- name: General | Facts | Service | Linux
|
2021-01-31 17:10:39 -06:00
|
|
|
set_fact:
|
2020-12-28 20:21:01 -06:00
|
|
|
cups: cups
|
|
|
|
cups_pattern: cupsd
|
|
|
|
cups_browse: cups-browsed
|
|
|
|
cups_browse_pattern: cups-browsed
|
2021-02-03 21:17:48 -06:00
|
|
|
when: ansible_system == "Linux"
|
2020-12-28 20:21:01 -06:00
|
|
|
|
|
|
|
|
2021-02-06 17:00:55 -06:00
|
|
|
- name: General | Facts | Service | FreeBSD
|
2021-01-31 17:10:39 -06:00
|
|
|
set_fact:
|
2020-12-28 20:21:01 -06:00
|
|
|
cups: cups
|
|
|
|
cups_pattern: cupsd
|
|
|
|
cups_browse: cups-browsed
|
|
|
|
cups_browse_pattern: cups-browsed
|
2021-02-06 07:00:47 -06:00
|
|
|
sshfs_leet_cmd: "sshfs ling@leet: /mnt/leet -o allow_other,_netdev"
|
2021-02-02 20:44:31 -06:00
|
|
|
when: ansible_system == "FreeBSD"
|