File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
documentation/docs/content/Customization Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,30 +40,30 @@ and must be registred with the provision system:
4040
4141.. code-block :: bash
4242
43- /opt/docker/bin/provision add --tag bootstrap my-own-role
43+ /opt/docker/bin/provision add --tag bootstrap --role my-own-role
4444
4545
4646 Multiple tags can be defined with multiple ``--tag `` options:
4747
4848.. code-block :: bash
4949
50- /opt/docker/bin/provision add --tag bootstrap --tag build my-own-role
50+ /opt/docker/bin/provision add --tag bootstrap --tag build --role my-own-role
5151
5252 There is a pritory system for roles in which order they should be executed, default priority is 100:
5353
5454.. code-block :: bash
5555
5656 # # run before
57- /opt/docker/bin/provision add --tag bootstrap --priority 40 my-own-role-first
57+ /opt/docker/bin/provision add --tag bootstrap --priority 40 --role my-own-role-first
5858
5959 # # run with normal priority
60- /opt/docker/bin/provision add --tag bootstrap my-own-role
60+ /opt/docker/bin/provision add --tag bootstrap --role my-own-role
6161
6262 # # run after
63- /opt/docker/bin/provision add --tag bootstrap --priority 200 my-own-role-last
63+ /opt/docker/bin/provision add --tag bootstrap --priority 200 --role my-own-role-last
6464
6565 It's also possible to run one role with the provision command:
6666
6767.. code-block :: bash
6868
69- /opt/docker/bin/provision run --tag bootstrap my-own-role
69+ /opt/docker/bin/provision run --tag bootstrap --role my-own-role
You can’t perform that action at this time.
0 commit comments