diff --git a/README.rst b/README.rst index b3a6fc0d..04c61258 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Whether you are running Ansible from your personal laptop or a server, all you need to do is to `install ARA`_, `configure Ansible to use ARA`_ and you're good to go. -.. image:: doc/source_static/reports.png +.. image:: doc/source/_static/reports.png .. _install ARA: https://ara.readthedocs.io/en/latest/installation.html .. _configure Ansible to use ARA: http://ara.readthedocs.io/en/latest/configuration.html diff --git a/doc/source/_static/host_facts.png b/doc/source/_static/host_facts.png index 7df00104..e1c37e91 100644 Binary files a/doc/source/_static/host_facts.png and b/doc/source/_static/host_facts.png differ diff --git a/doc/source/_static/parameters.png b/doc/source/_static/parameters.png new file mode 100644 index 00000000..dfd64bac Binary files /dev/null and b/doc/source/_static/parameters.png differ diff --git a/doc/source/_static/record.png b/doc/source/_static/record.png index f80ff4d6..fd613ab6 100644 Binary files a/doc/source/_static/record.png and b/doc/source/_static/record.png differ diff --git a/doc/source/_static/reports.png b/doc/source/_static/reports.png index ffafe5a0..a99df450 100644 Binary files a/doc/source/_static/reports.png and b/doc/source/_static/reports.png differ diff --git a/doc/source/_static/result.png b/doc/source/_static/result.png index 32f902f6..ae4294ff 100644 Binary files a/doc/source/_static/result.png and b/doc/source/_static/result.png differ diff --git a/doc/source/faq.rst b/doc/source/faq.rst index facb1110..46c6983b 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -46,6 +46,13 @@ where you’ll be able to find all the information about your playbooks: .. image:: _static/reports.png +Ansible parameters +~~~~~~~~~~~~~~~~~~ + +ARA stores parameters and options passed to your ansible-playbook command: + +.. image:: _static/parameters.png + Playbook host summary ~~~~~~~~~~~~~~~~~~~~~