forked from ungleich-public/cdist-contrib
__netbox: fix manpage indents
This commit is contained in:
parent
987393942b
commit
9fb3c7f52e
1 changed files with 34 additions and 33 deletions
|
@ -43,88 +43,89 @@ host
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
database-host
|
database-host
|
||||||
PostgreSQL database hostname. Defaults to ``localhost``.
|
PostgreSQL database hostname. Defaults to ``localhost``.
|
||||||
|
|
||||||
database-port
|
database-port
|
||||||
PostgreSQL database port. Defaults to empty (uses the default port).
|
PostgreSQL database port. Defaults to empty (uses the default port).
|
||||||
|
|
||||||
ldap-server
|
ldap-server
|
||||||
LDAP server URI. Enables LDAP-backed authentication if specified.
|
LDAP server URI. Enables LDAP-backed authentication if specified.
|
||||||
|
|
||||||
ldap-bind-dn
|
ldap-bind-dn
|
||||||
DN for the NetBox service account. Required for LDAP authentication.
|
DN for the NetBox service account. Required for LDAP authentication.
|
||||||
|
|
||||||
ldap-bind-password
|
ldap-bind-password
|
||||||
Password for the NetBox service account. Required for LDAP authentication.
|
Password for the NetBox service account. Required for LDAP authentication.
|
||||||
|
|
||||||
ldap-user-base
|
ldap-user-base
|
||||||
Base used for searching user entries. Required for LDAP authentication.
|
Base used for searching user entries. Required for LDAP authentication.
|
||||||
|
|
||||||
ldap-group-base
|
ldap-group-base
|
||||||
Base used for searching group entries.
|
Base used for searching group entries.
|
||||||
|
|
||||||
ldap-require-group
|
ldap-require-group
|
||||||
Group required to login.
|
Group required to login.
|
||||||
|
|
||||||
ldap-superuser-group
|
ldap-superuser-group
|
||||||
Make members of this groups superusers.
|
Make members of this groups superusers.
|
||||||
|
|
||||||
redis-host
|
redis-host
|
||||||
Redis database hostname. Defaults to ``localhost``.
|
Redis database hostname. Defaults to ``localhost``.
|
||||||
|
|
||||||
redis-port
|
redis-port
|
||||||
Redis database port. Defaults to ``6379``.
|
Redis database port. Defaults to ``6379``.
|
||||||
|
|
||||||
redis-password
|
redis-password
|
||||||
Redis password. Defaults to empty password.
|
Redis password. Defaults to empty password.
|
||||||
|
|
||||||
redis-dbid-offset
|
redis-dbid-offset
|
||||||
Offset to set the redis database id's. The `tasks` database id is `offset + 0`
|
Offset to set the redis database id's. The `tasks` database id is
|
||||||
and `caching` is `offset + 1`. The offset defaults to ``0``.
|
`offset + 0` and `caching` is `offset + 1`. The offset defaults
|
||||||
|
to ``0``.
|
||||||
|
|
||||||
smtp-host
|
smtp-host
|
||||||
Host of the SMTP email server. Defaults to ``localhost``.
|
Host of the SMTP email server. Defaults to ``localhost``.
|
||||||
|
|
||||||
smtp-port
|
smtp-port
|
||||||
Port of the SMTP email server. Defaults to ``25``.
|
Port of the SMTP email server. Defaults to ``25``.
|
||||||
|
|
||||||
smtp-user
|
smtp-user
|
||||||
Username to access the SMTP email server. Defaults to empty.
|
Username to access the SMTP email server. Defaults to empty.
|
||||||
|
|
||||||
smtp-password
|
smtp-password
|
||||||
Password to access the SMTP email server. Defaults to empty.
|
Password to access the SMTP email server. Defaults to empty.
|
||||||
|
|
||||||
smtp-from-email
|
smtp-from-email
|
||||||
Email from which NetBox will be sent of. Defaults to empty.
|
Email from which NetBox will be sent of. Defaults to empty.
|
||||||
|
|
||||||
basepath
|
basepath
|
||||||
Base URL path if accessing netbox within a directory instead of directly the
|
Base URL path if accessing netbox within a directory instead of directly the
|
||||||
webroot ``/``. For example, if installed at https://example.com/netbox/, set
|
webroot ``/``. For example, if installed at https://example.com/netbox/, set
|
||||||
the value ``netbox/``.
|
the value ``netbox/``.
|
||||||
|
|
||||||
http-proxy
|
http-proxy
|
||||||
https-proxy
|
https-proxy
|
||||||
Proxy which will be used with any HTTP request like webhooks.
|
Proxy which will be used with any HTTP request like webhooks.
|
||||||
|
|
||||||
BOOLEAN PARAMETERS
|
BOOLEAN PARAMETERS
|
||||||
------------------
|
------------------
|
||||||
redis-ssl
|
redis-ssl
|
||||||
Enables a secure TLS/SSL connection to the redis database. By default, ssl
|
Enables a secure TLS/SSL connection to the redis database. By default, ssl
|
||||||
is disabled.
|
is disabled.
|
||||||
|
|
||||||
smtp-use-tls
|
smtp-use-tls
|
||||||
Uses TLS to connect to the SMTP email server. `See documentation
|
Uses TLS to connect to the SMTP email server. `See documentation
|
||||||
<https://docs.djangoproject.com/en/3.1/ref/settings/#email-use-tls`_
|
<https://docs.djangoproject.com/en/3.1/ref/settings/#email-use-tls`_
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
smtp-use-ssl
|
smtp-use-ssl
|
||||||
Uses implicit TLS with the SMTP email server. `See documentation
|
Uses implicit TLS with the SMTP email server. `See documentation
|
||||||
<https://docs.djangoproject.com/en/3.1/ref/settings/#email-use-ssl`_
|
<https://docs.djangoproject.com/en/3.1/ref/settings/#email-use-ssl`_
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
login-required
|
login-required
|
||||||
Sets if a login is required to access all sites. By default, anounymous users
|
Sets if a login is required to access all sites. By default, anounymous users
|
||||||
can see most data (excluding secrets) but not make any changes.
|
can see most data (excluding secrets) but not make any changes.
|
||||||
|
|
||||||
MESSAGES
|
MESSAGES
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue