diff --git a/roles/account-automation-backend-noise/README.md b/roles/account-automation-backend-noise/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6177eeb0625e77bc8f013ca943977a4fce034abb --- /dev/null +++ b/roles/account-automation-backend-noise/README.md @@ -0,0 +1,6 @@ +This role installs +[ai-scripts](https://git.autistici.org/ai/ai-scripts) cron jobs that +are associated with the *noise* service and run on the *backend* nodes. + +These include the *create* script. + diff --git a/roles/account-automation-backend-noise/meta/main.yml b/roles/account-automation-backend-noise/meta/main.yml new file mode 100644 index 0000000000000000000000000000000000000000..16472a949baef468fb6bddc21a991ae4e4989259 --- /dev/null +++ b/roles/account-automation-backend-noise/meta/main.yml @@ -0,0 +1,8 @@ +--- +dependencies: + - { role: account-automation-backend } + - role: account-automation-cron + vars: + scripts: + - name: create-newsletters + calendar: "*:3" diff --git a/roles/noise/meta/main.yml b/roles/noise/meta/main.yml new file mode 100644 index 0000000000000000000000000000000000000000..b46f78101c3dfd326743c367ebd0b180c8a9b908 --- /dev/null +++ b/roles/noise/meta/main.yml @@ -0,0 +1,4 @@ +--- +dependencies: + - { role: account-automation-backend-noise } +