Skip to content
Snippets Groups Projects
Commit 148a9d8d authored by ale's avatar ale
Browse files

Support archive_sites_exclude_patterns

parent 6bff9953
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,12 @@
name: warc-crawler
state: present
- name: Configure crawler
copy:
dest: /etc/ai/crawl-excludes
content: |
{{ archive_sites_exclude_patterns | default([]) | join('\n') }}
- name: Setup mysql client configuration
template:
dest: /etc/ai/mysql_clients/users.cnf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment