Skip to content
Snippets Groups Projects
Commit 8402d020 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

adding variables system_app_root and system_config_directory (2)

parent fcdce35f
No related branches found
No related tags found
No related merge requests found
......@@ -84,24 +84,24 @@ Variables
* system_app_root:
* description:
* contains the general path for applications with final path separator
* contains the general path for applications without final path separator
* must be set in defaults/main.yml of each system role
* examples:
* Linux: system_app_root: "/"
* FreeBSD: system_app_root: "/usr/local/"
* OpenBSD: system_app_root: "/usr/local/"
* NetBSD: system_app_root: "/usr/pkg/"
* Linux: system_app_root: ""
* FreeBSD: system_app_root: "/usr/local"
* OpenBSD: system_app_root: "/usr/local"
* NetBSD: system_app_root: "/usr/pkg"
* default: undefined
* system_config_directory:
* description:
* contains the general path for configuration files of applications with final path separator
* contains the general path for configuration files of applications without final path separator
* must be set in defaults/main.yml of each system role
* examples:
* Linux: system_app_root: "/etc/"
* FreeBSD: system_app_root: "/usr/local/etc/"
* OpenBSD: system_app_root: "/etc/"
* NetBSD: system_app_root: "/usr/pkg/etc/"
* Linux: system_app_root: "/etc"
* FreeBSD: system_app_root: "/usr/local/etc"
* OpenBSD: system_app_root: "/etc"
* NetBSD: system_app_root: "/usr/pkg/etc"
* default: undefined
Processes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment