You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
ansible | 10 months ago | |
scripts | 2 years ago | |
test | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.yamllint | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
Vagrantfile | 2 years ago | |
custom-vagrant-hosts.yml | 2 years ago | |
vagrant-groups.yml | 2 years ago | |
vagrant-hosts.yml | 2 years ago |
README.md
Webcron Management (Development Virtual Machine)
(c) 2017, 2021 Jeroen De Meerleer me@jeroened.be
Webcron management is an easy-to-use interface to manage cronjob running on a publicly available http-location.
Requirements
- Vagrant
- Vagrant compatible hypervisor (eg. Virtualbox)
- Ansible
- Ansible Toolbox by BertVV
Installation
- Install the Ansible Toolbox if you didn't do this yet
- Clone this repository to [dir]/webcron-dev-vm
- Clone the webcron-repository to [dir]/webcron
- Open your terminal and cd to [dir]/webcron-dev-vm
- Install the Ansible roles with
$ atb-role-deps
$ vagrant up
- While the vm is provisioning edit your /etc/hosts to webcron.test point to 192.168.56.11
- Last but not least: happy devving