File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ overview page:
12
12
13
13
ansible-cmdb out/ > overview.html
14
14
15
+ !!! Note
16
+ ` ansible-cmdb ` is a shell wrapper script that tries its best to find the
17
+ correct Python binary to use and the proper location of the
18
+ ` ansible-cmdb.py ` script. If it fails to do so, you can manually specify
19
+ the path to the correct python interpreter and script. E.g.:
20
+
21
+ /opt/python3/bin/python /opt/ansible-cmdb/src/ansible-cmdb.py
22
+
15
23
By default, the ` html_fancy ` template is used, which generates output
16
24
containing an overview of all your hosts, with a section of detailed
17
25
information for each host.
Original file line number Diff line number Diff line change 1
1
site_name : Ansible-CMDB
2
2
theme : readthedocs
3
+ markdown_extensions :
4
+ - admonition
3
5
pages :
4
6
- About : index.md
5
7
- Installation : installation.md
You can’t perform that action at this time.
0 commit comments