https://github.com/savoirfairelinux/ansible-compile-website
Ansible role that crawl sitemap URLs pages in order to fill all the caches.
https://github.com/savoirfairelinux/ansible-compile-website
Last synced: 26 days ago
JSON representation
Ansible role that crawl sitemap URLs pages in order to fill all the caches.
- Host: GitHub
- URL: https://github.com/savoirfairelinux/ansible-compile-website
- Owner: savoirfairelinux
- Created: 2017-05-10T02:23:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T12:54:03.000Z (about 8 years ago)
- Last Synced: 2024-12-26T18:23:13.757Z (6 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Compile Website
=======================Simple Ansible role that recursively wget some website in order to make it completely fill it's cache.
This step can take a while to run because it does crawl all the website.
All the command's output is deleted afterwards.
Example usage
-------------```yaml
- role: compile-website
compile_website_scheme: "https" # http or https
compile_website_host: "savoirfairelinux.com" # the hostname / domain name
compile_website_basepath: "/" # the base where to crawl
compile_website_sleep: 1 # number of seconds to sleep between each requests
```