Add freshrss, update readme.

master
josiah 4 years ago
parent d9a4f4112b
commit a2ba258f44

@ -6,5 +6,4 @@
tasks:
- debug: msg="Deploying awful stack to cloud server"
roles:
- { name: awfulAll }
- { name: awfulAll, tags: ['awfulAll'] }

@ -17,3 +17,9 @@ you probably want to deploy clients individually most of the time. to do that, p
- add the privkey to the groupvars/vault.yml
- add a task referencing the new client
- add a template with the groupvars embedded.
* instructions on specific roles
** awfulAll
awfulAll is a single server that's a catch all for services that don't need a dedicated vm.
~ansible-playbook -i hosts.yml awfulAll.yml --tags awfulAll
~

Loading…
Cancel
Save