ansible-nginx/tests/includes/post_FreeBSD.yml

24 lines
577 B
YAML
Raw Normal View History

---
2018-03-17 03:56:15 +07:00
#- name: APT | Install web apps
# pkgng:
2019-02-05 03:25:25 +07:00
# name: "backuppc"
2018-03-17 03:56:15 +07:00
# state: present
#
#- name: COMMAND | Activate backuppc config
# command: >
# cp /usr/local/etc/backuppc/config.pl.sample /usr/local/etc/backuppc/config.pl
# creates=/usr/local/etc/backuppc/config.pl
#
#- name: FILE | Fix backuppc permissions
# file:
# path: /usr/local/etc/backuppc/config.pl
# owner: backuppc
# group: backuppc
#
2016-03-06 00:34:04 +07:00
#
# We don't manage BackupPC on FreeBSD... too dirty. :/
#
#- name: SERVICE | Ensure backuppc is started
# service: name=backuppc state=started enabled=yes