12 lines
298 B
YAML
12 lines
298 B
YAML
- name: Deploy stats script
|
|
import_tasks: stats.yml
|
|
tags: [ "configure", "stats"]
|
|
|
|
- name: Configure blacklist script
|
|
import_tasks: blacklist.yml
|
|
tags: [ "configure", "blacklist" ]
|
|
|
|
|
|
- name: Configure supervision script
|
|
import_tasks: supervision.yml
|
|
tags: [ "configure", "supervision" ] |