diff options
author | sirkubax <muszynski@so1.net> | 2017-10-27 14:59:23 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-27 14:59:23 +0200 |
commit | 41b345c69be430a535345b5dac0a972f85493b0c (patch) | |
tree | aea4527f2e584fe31930ad37f3e5e69ad35605b0 /ansible.html.markdown | |
parent | 6c6dfb1884d216983b685ebb2683df7d53779f5a (diff) |
update
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index b076c11f..a6ce656b 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -295,7 +295,8 @@ You can define complex logic with Ansible and Jinja functions. Most common is us You should know about a way to increase efficiency by this simple functionality #### TAGS - You can tag a task, role (and its tasks), include, etc... +You can tag a task, role (and its tasks), include, etc... + You can then limit an execution by using --tags tagA, other_tag,... @@ -304,7 +305,7 @@ You should know about a way to increase efficiency by this simple functionality --skip-tags can be used to exclude a block of code #### LIMMIT - You can limmit an execution of your tasks to defined hosts +You can limmit an execution of your tasks to defined hosts --limit my_hostname --limit groupname --limit some_prefix* |