fix markdown
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Andrey Sokolovskiy 2024-02-11 23:59:54 +07:00
parent 546b23ec5f
commit 6c24b4cb8a
2 changed files with 27 additions and 27 deletions

View File

@ -14,29 +14,29 @@ Install and configure the bareos client, server and storage
## General
- `bareos_version` - the bareos version to install (default: `19.2`)
- `bareos_distribution_major_version` - (default: `{{ ansible_distribution_major_version }}`)
- `bareos_server_name` - the bareos server name (default: `bareos`)
- `bareos_server_password` - the bareos server password
* `bareos_version` - the bareos version to install (default: `19.2`)
* `bareos_distribution_major_version` - (default: `{{ ansible_distribution_major_version }}`)
* `bareos_server_name` - the bareos server name (default: `bareos`)
* `bareos_server_password` - the bareos server password
## Client
- `bareos_client` - install bareos client (default: `true`)
- `bareos_client_name` - set the client name (default: `{{ inventory_hostname_short }}`)
- `bareos_client_max_concurrent_jobs` - set the number max concurrent job (default: `2`)
* `bareos_client` - install bareos client (default: `true`)
* `bareos_client_name` - set the client name (default: `{{ inventory_hostname_short }}`)
* `bareos_client_max_concurrent_jobs` - set the number max concurrent job (default: `2`)
### Server
- `bareos_server` - install bareos directory (default: `false`)
- `bareos_server_max_concurrent_jobs` - set the number max concurrent jobs (default: `10`)
- `bareos_server_heartbeat_interval` - set the heartbeat interval (default: `1 min`)
- `bareos_server_console_password` - set the console password
- `bareos_server_database_type` - set the database type: sqlite3 or postgresql (default: `postgresql`)
- `bareos_server_database_name` - set the database name (default: `bareos`)
- `bareos_server_database_user` - set the database user (default: `bareos`)
- `bareos_server_database_host` - set the database host
- `bareos_server_database_password` - set the database password
- `bareos_server_filesets` - hash with the filesets definitions (see all fileset options in [bareos documentation](https://docs.bareos.org/Configuration/Director.html#fileset-options-ressource)
* `bareos_server` - install bareos directory (default: `false`)
* `bareos_server_max_concurrent_jobs` - set the number max concurrent jobs (default: `10`)
* `bareos_server_heartbeat_interval` - set the heartbeat interval (default: `1 min`)
* `bareos_server_console_password` - set the console password
* `bareos_server_database_type` - set the database type: sqlite3 or postgresql (default: `postgresql`)
* `bareos_server_database_name` - set the database name (default: `bareos`)
* `bareos_server_database_user` - set the database user (default: `bareos`)
* `bareos_server_database_host` - set the database host
* `bareos_server_database_password` - set the database password
* `bareos_server_filesets` - hash with the filesets definitions (see all fileset options in [bareos documentation](https://docs.bareos.org/Configuration/Director.html#fileset-options-ressource)
```
root:
@ -48,7 +48,7 @@ Install and configure the bareos client, server and storage
- /sys
```
- `bareos_server_clients` - hash with the client definitions
* `bareos_server_clients` - hash with the client definitions
```
localhost:
@ -74,7 +74,7 @@ Install and configure the bareos client, server and storage
fileset: root
```
- `bareos_server_storages` - hash with the storage definitions
* `bareos_server_storages` - hash with the storage definitions
```
local_storage:
@ -83,7 +83,7 @@ Install and configure the bareos client, server and storage
device: file_storage
```
- `bareos_server_schedules` - hash with the schedules definitions
* `bareos_server_schedules` - hash with the schedules definitions
```
full_and_incr:
@ -91,7 +91,7 @@ Install and configure the bareos client, server and storage
- Level=Incremental mon-sat at 3:05
```
- `bareos_server_profiles` - hash with the ACL user's profiles
* `bareos_server_profiles` - hash with the ACL user's profiles
```
sysadmin:
@ -106,7 +106,7 @@ Install and configure the bareos client, server and storage
Where: all
```
- `bareos_server_users` - hash with the users to connect bareos
* `bareos_server_users` - hash with the users to connect bareos
```
admin:
@ -116,10 +116,10 @@ Install and configure the bareos client, server and storage
### Storage
- `bareos_storage` - install bareos storage (default: `false`)
- `bareos_storage_name` - set the storage name (default: `{{ inventory_hostname_short }}`)
- `bareos_storage_max_concurrent_jobs` - set the number max concurrent jobs (default: `10`)
- `bareos_storage_devices` - hash with the storage devices (see all options in [bareos documentation](https://docs.bareos.org/Configuration/StorageDaemon.html#device-resource)
* `bareos_storage` - install bareos storage (default: `false`)
* `bareos_storage_name` - set the storage name (default: `{{ inventory_hostname_short }}`)
* `bareos_storage_max_concurrent_jobs` - set the number max concurrent jobs (default: `10`)
* `bareos_storage_devices` - hash with the storage devices (see all options in [bareos documentation](https://docs.bareos.org/Configuration/StorageDaemon.html#device-resource)
```
file_storage:

View File

@ -21,5 +21,5 @@ galaxy_info:
- bareos
- backup
dependencies:
dependencies:
- postgresql