This commit is contained in:
parent
546b23ec5f
commit
6c24b4cb8a
52
README.md
52
README.md
@ -14,29 +14,29 @@ Install and configure the bareos client, server and storage
|
|||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
- `bareos_version` - the bareos version to install (default: `19.2`)
|
* `bareos_version` - the bareos version to install (default: `19.2`)
|
||||||
- `bareos_distribution_major_version` - (default: `{{ ansible_distribution_major_version }}`)
|
* `bareos_distribution_major_version` - (default: `{{ ansible_distribution_major_version }}`)
|
||||||
- `bareos_server_name` - the bareos server name (default: `bareos`)
|
* `bareos_server_name` - the bareos server name (default: `bareos`)
|
||||||
- `bareos_server_password` - the bareos server password
|
* `bareos_server_password` - the bareos server password
|
||||||
|
|
||||||
## Client
|
## Client
|
||||||
|
|
||||||
- `bareos_client` - install bareos client (default: `true`)
|
* `bareos_client` - install bareos client (default: `true`)
|
||||||
- `bareos_client_name` - set the client name (default: `{{ inventory_hostname_short }}`)
|
* `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_max_concurrent_jobs` - set the number max concurrent job (default: `2`)
|
||||||
|
|
||||||
### Server
|
### Server
|
||||||
|
|
||||||
- `bareos_server` - install bareos directory (default: `false`)
|
* `bareos_server` - install bareos directory (default: `false`)
|
||||||
- `bareos_server_max_concurrent_jobs` - set the number max concurrent jobs (default: `10`)
|
* `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_heartbeat_interval` - set the heartbeat interval (default: `1 min`)
|
||||||
- `bareos_server_console_password` - set the console password
|
* `bareos_server_console_password` - set the console password
|
||||||
- `bareos_server_database_type` - set the database type: sqlite3 or postgresql (default: `postgresql`)
|
* `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_name` - set the database name (default: `bareos`)
|
||||||
- `bareos_server_database_user` - set the database user (default: `bareos`)
|
* `bareos_server_database_user` - set the database user (default: `bareos`)
|
||||||
- `bareos_server_database_host` - set the database host
|
* `bareos_server_database_host` - set the database host
|
||||||
- `bareos_server_database_password` - set the database password
|
* `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_filesets` - hash with the filesets definitions (see all fileset options in [bareos documentation](https://docs.bareos.org/Configuration/Director.html#fileset-options-ressource)
|
||||||
|
|
||||||
```
|
```
|
||||||
root:
|
root:
|
||||||
@ -48,7 +48,7 @@ Install and configure the bareos client, server and storage
|
|||||||
- /sys
|
- /sys
|
||||||
```
|
```
|
||||||
|
|
||||||
- `bareos_server_clients` - hash with the client definitions
|
* `bareos_server_clients` - hash with the client definitions
|
||||||
|
|
||||||
```
|
```
|
||||||
localhost:
|
localhost:
|
||||||
@ -74,7 +74,7 @@ Install and configure the bareos client, server and storage
|
|||||||
fileset: root
|
fileset: root
|
||||||
```
|
```
|
||||||
|
|
||||||
- `bareos_server_storages` - hash with the storage definitions
|
* `bareos_server_storages` - hash with the storage definitions
|
||||||
|
|
||||||
```
|
```
|
||||||
local_storage:
|
local_storage:
|
||||||
@ -83,7 +83,7 @@ Install and configure the bareos client, server and storage
|
|||||||
device: file_storage
|
device: file_storage
|
||||||
```
|
```
|
||||||
|
|
||||||
- `bareos_server_schedules` - hash with the schedules definitions
|
* `bareos_server_schedules` - hash with the schedules definitions
|
||||||
|
|
||||||
```
|
```
|
||||||
full_and_incr:
|
full_and_incr:
|
||||||
@ -91,7 +91,7 @@ Install and configure the bareos client, server and storage
|
|||||||
- Level=Incremental mon-sat at 3:05
|
- 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:
|
sysadmin:
|
||||||
@ -106,7 +106,7 @@ Install and configure the bareos client, server and storage
|
|||||||
Where: all
|
Where: all
|
||||||
```
|
```
|
||||||
|
|
||||||
- `bareos_server_users` - hash with the users to connect bareos
|
* `bareos_server_users` - hash with the users to connect bareos
|
||||||
|
|
||||||
```
|
```
|
||||||
admin:
|
admin:
|
||||||
@ -116,10 +116,10 @@ Install and configure the bareos client, server and storage
|
|||||||
|
|
||||||
### Storage
|
### Storage
|
||||||
|
|
||||||
- `bareos_storage` - install bareos storage (default: `false`)
|
* `bareos_storage` - install bareos storage (default: `false`)
|
||||||
- `bareos_storage_name` - set the storage name (default: `{{ inventory_hostname_short }}`)
|
* `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_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_devices` - hash with the storage devices (see all options in [bareos documentation](https://docs.bareos.org/Configuration/StorageDaemon.html#device-resource)
|
||||||
|
|
||||||
```
|
```
|
||||||
file_storage:
|
file_storage:
|
||||||
|
|||||||
@ -21,5 +21,5 @@ galaxy_info:
|
|||||||
- bareos
|
- bareos
|
||||||
- backup
|
- backup
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user