Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
brtlvrs committed Mar 29, 2020
1 parent 1d31958 commit 1a48dc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ docker run -d --name FAH -p 7396:7396/tcp -p 36330:36330/tcp (name of imported d
## tags

Tags are used to run a selection of the tasks.
Run below code, to display the functions of the tags

```bash
ansible-playbook playbook-FAH.yaml --tags help
```

|tag|stop<br>container|remove<br>container|remove<br>container&<br>volume|remove<br>image|build<br>image|run<br>container|Archive<br>image|Remove<br>build<br>folder|
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
Expand All @@ -94,7 +99,6 @@ Tags are used to run a selection of the tasks.
|build_only||||x|x|||x
||
|archive||x||x|x||x|x
|archive_only|||||||x|x

## Todo

Expand Down

0 comments on commit 1a48dc8

Please sign in to comment.