https://github.com/dsmith73/www-curl
www-curl
https://github.com/dsmith73/www-curl
Last synced: 4 months ago
JSON representation
www-curl
- Host: GitHub
- URL: https://github.com/dsmith73/www-curl
- Owner: dsmith73
- Created: 2020-04-05T19:17:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T15:56:22.000Z (almost 6 years ago)
- Last Synced: 2025-07-01T10:01:41.194Z (12 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# curl a website x times as an adhoc ansible play
To use:
```
ansible-playbook main.yml -e "WEBSITE=www.google.com"
```
---
**.gitignore**
```yml
# keys.yml
slack_token : "XXXXXXXXXXXXXXX"
slack_channel : "XXXXXXXXXXXXXXX"
slack_domain : "XXXXXXXXXXXXXXX"
```
---
