From a2ba258f4403f12dd5bbb8dd400ac100e8fd90e4 Mon Sep 17 00:00:00 2001 From: josiah Date: Sun, 11 Oct 2020 18:22:53 -0500 Subject: [PATCH] Add freshrss, update readme. --- ansible/awfulAll.yml | 3 +-- ansible/readme.org | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ansible/awfulAll.yml b/ansible/awfulAll.yml index 1e7f2af..2295de7 100644 --- a/ansible/awfulAll.yml +++ b/ansible/awfulAll.yml @@ -6,5 +6,4 @@ tasks: - debug: msg="Deploying awful stack to cloud server" roles: - - { name: awfulAll } - + - { name: awfulAll, tags: ['awfulAll'] } diff --git a/ansible/readme.org b/ansible/readme.org index c01878b..e8abf21 100644 --- a/ansible/readme.org +++ b/ansible/readme.org @@ -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 +~