Manage cron jobs related to MainWP.
wget
(will be not installed)
mainwp_crons_sites
[default:[]
]: A list of MainWP sitesmainwp_crons_sites.{n}.name
[required]: Name of the sitemainwp_crons_sites.{n}.url
[required]: Url of the sitemainwp_crons_sites.{n}.state
: [default:present
]: Whether to ensure the job is present or absent
None
---
- hosts: all
roles:
- oefenweb.mainwp-crons
vars:
mainwp_crons_sites:
- name: site
url: http://localhost
MIT
- Mark van Driel
- Mischa ter Smitten
Are welcome!