cron ping 12h

This commit is contained in:
2023-09-24 04:33:25 +02:00
parent 42a05549d4
commit f46465815b
3 changed files with 3 additions and 5 deletions

View File

@@ -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: