diff options
author | sirkubax <muszynski@so1.net> | 2018-01-01 21:51:14 +0100 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2018-01-01 21:51:14 +0100 |
commit | 275c6eb59f3af0993314bfd2d090cfef724da569 (patch) | |
tree | a93697bf2dd362316d857be82254e4c8d52dd552 | |
parent | 0c6ac5e17b26978fff44fd79457b41d1482c4b45 (diff) |
update
-rw-r--r-- | ansible.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 3134bf83..82e3f946 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -441,7 +441,7 @@ $ ansible -m ping all -i etc/inv/ec2.py ### ansible profiling - callback Playbook execution takes some time. It is OK. First make it run, then you may like to speed things up -Since ansible 2.x there is bouilt-in callback for task execution profiling +Since ansible 2.x there is built-in callback for task execution profiling ``` vi ansible.cfg @@ -467,7 +467,7 @@ fact_caching_timeout = 86400 ``` I like to use `jsonfile` as my backend. It allows to use another project -`ansible-cmdb` [github] that generates a HTML page of your inventory resources. A nice 'free' addition! +`ansible-cmdb` [github](https://github.com/fboender/ansible-cmdb) that generates a HTML page of your inventory resources. A nice 'free' addition! ### debugging ansible When your job fails - it is good to be effective with debugging. |