|
@@ -14,4 +14,9 @@
|
|
job: wget -q -O /etc/fastd/fastd-blacklist.json https://raw.githubusercontent.com/ffruhr/fastdbl/master/fastd-blacklist.json
|
|
job: wget -q -O /etc/fastd/fastd-blacklist.json https://raw.githubusercontent.com/ffruhr/fastdbl/master/fastd-blacklist.json
|
|
|
|
|
|
- name: Install verify shell script
|
|
- name: Install verify shell script
|
|
- template: src=fastd-blacklist.sh.j2 dest=/etc/fastd/fastd-blacklist.sh mode="u=rwx,g=rx,o=r"
|
|
|
|
|
|
+ template: src=fastd-blacklist.sh.j2 dest=/etc/fastd/fastd-blacklist.sh mode="u=rwx,g=rx,o=r"
|
|
|
|
+
|
|
|
|
+- name: Create supervisor services
|
|
|
|
+ template: src=supervisor.service.j2 dest=/etc/supervisor/conf.d/{{item.name}}.conf
|
|
|
|
+ with_items: "{{supervisor_services}}"
|
|
|
|
+ notify: Restart supervisor
|