mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Add docs for tags usage [ci skip]
This commit is contained in:
parent
72fc9b1852
commit
26bab2aae1
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||
|
||||
> Note: If some Homebrew commands fail, you might need to agree to Xcode's license or fix some other Brew issue. Run `brew doctor` to see if this is the case.
|
||||
|
||||
### Running a specific set of tagged tasks
|
||||
|
||||
You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook`'s `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas` and `osx`.
|
||||
|
||||
ansible-playook main.yml -i inventory -K --tags "dotfiles,homebrew"
|
||||
|
||||
## Overriding Defaults
|
||||
|
||||
Not everyone's development environment and preferred software configuration is the same.
|
||||
|
|
Loading…
Reference in a new issue