@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
16 lines (13 loc) • 346 B
YAML
- name: Run generic Linux tasks
include_tasks: install-Linux.yml
- name: Ensure rkhunter config is deployed
template:
src: rkhunter-{{ ansible_os_family }}.j2
dest: /etc/default/rkhunter
mode: 0640
- name: Ensure rkhunter cron config is copied
copy:
src: rkhuntercron
dest: /etc/cron.daily/rkhunter
mode: 0755