mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
more verbose tagging
This commit is contained in:
parent
05be250360
commit
ab5aff94f4
44 changed files with 244 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue