diff options
| -rw-r--r-- | ansible.html.markdown | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ansible.html.markdown b/ansible.html.markdown index d68eafd8..699e4419 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -291,6 +291,8 @@ $ etc/inv/ec2.py --refresh  $ ansible -m ping all -i etc/inv/ec2.py  ``` +Read also about `dynamic inventory` below +  ### ansible profiling - callback  It is ok that your playbook executes some time. Sometimes you may like to speed things up  | 
