cron ping 12h
This commit is contained in:
3
all.yml
3
all.yml
@@ -15,7 +15,6 @@
|
||||
msg: "{{ ansible_hostname }} : {{ ansible_distribution }} {{ ansible_distribution_version }} - {{ ansible_default_ipv4.address }}"
|
||||
tags:
|
||||
- always
|
||||
- test
|
||||
|
||||
- name: Ensure specified repository packages are into sources list
|
||||
ansible.builtin.apt_repository:
|
||||
@@ -25,13 +24,13 @@
|
||||
tags:
|
||||
- repo
|
||||
|
||||
|
||||
roles:
|
||||
- { role: grog.management-user, tags: user }
|
||||
- { role: willshersystems.sshd, tags: ssh }
|
||||
- { role: claranet.apt, tags: apt }
|
||||
- { role: robertdebock.fail2ban, tags: ban }
|
||||
- { role: nickhammond.logrotate, tags: log }
|
||||
- { role: geerlingguy.pip, tags: pip }
|
||||
|
||||
tasks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user