Enable per host documentation
This commit is contained in:
parent
b488cda3e9
commit
ceb6b3fe36
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ Voraussetzung ist weiterhin eine Inventory-Gruppe namens `storage_boxes`, die al
|
|||
| `cmdb.wiki_meta_path` | path for metadata on dokuwiki server _(required)_ | -- | `group_vars/all/cmdb.yml` |
|
||||
| `cmdb.wiki_user` | File system user of wiki files and directories _(required)_ | -- | `group_vars/all/cmdb.yml`|
|
||||
| `cmdb.wiki_group` | File system group of wiki files and directories _(required)_ | -- | `group_vars/all/cmdb.yml`|
|
||||
| `cmdb_documentation_path` | Wiki-Pfad zur Dokumentation den Hosts _(required)_ | --| `group_vars/all/cmdb` oder `host_vars/..` |
|
||||
| `cmdb_customer` | Name der Kundin/ Besitzerin des Hosts | -- | `host_vars/..` |
|
||||
| `cmdb_customer_service_agreement` | Link zum Servicevertrag im Wiki | -- | `host_vars/..` |
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
* CMDB-Eintrag aktualisiert am: {{ ansible_date_time.date }} {{ ansible_date_time.time }}
|
||||
* [[{{ cmdb.wiki_server_documentation_path }}:{{ inventory_hostname }}|Dokumentation]]
|
||||
* [[{{ cmdb_documentation_path }}|Dokumentation]]
|
||||
|
|
Loading…
Reference in a new issue