Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Jun 2, 2024
1 parent 10786c0 commit 32ed580
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ Run playbook on one host
ansible-playbook --vault-id=fastd_key@prompt setup.yml --limit $hostname
```

Run only the roles with the specific tag:
Run only the roles with the specific tag, to see which role is attached to which tag open `setup.yaml`:

```
ansible-playbook --vault-id=fastd_key@prompt setup.yml --tags "ssh keys"
```

These can also be combined:

```
ansible-playbook --vault-id=fastd_key@prompt setup.yml --limit $hostname --tags "oh-my-zsh"
```

0 comments on commit 32ed580

Please sign in to comment.