No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

checkrbl.yml 430B

123456789101112
  1. - name: Download check-rbl
  2. get_url:
  3. url=https://raw.githubusercontent.com/lukecyca/check-rbl/479c1d5aa57543ba4c495ef06028fd9092ffdf43/check-rbl.pl
  4. dest=/opt/check-rbl.pl
  5. sha256sum=0968ea1991b500a2bb39b4aefb05c6bf42a62994774f2c46de5d426d5094508b
  6. - name: Install nightly check-rbl cronjob
  7. cron:
  8. name="check-rbl"
  9. hour="3"
  10. minute="0"
  11. job="perl /opt/check-rbl.pl -i {{ ansible_default_ipv4.address }}"