more verbose tagging

This commit is contained in:
Pig Monkey 2015-11-14 15:35:41 -08:00
parent 05be250360
commit ab5aff94f4
44 changed files with 244 additions and 27 deletions

View file

@ -28,6 +28,15 @@ provided on the first run when the user is being created. On later runs,
providing any password -- whether the current user password or a new one --
will have no effect.
## Tagging
All tasks are tagged with their role, allowing them to be skipped by tag in
addition to modifying `playbook.yml`. For instance, a system could be built
excluding the entire `media` role and the `dotfiles` section of the `base`
role.
# ansible-playbook -i localhost playbook.yml --skip-tags "media,dotfiles"
## AUR
All tasks involving the [AUR][4] are tagged `aur`. To provision an AUR-free