From 57fef6b775feae3d7ff9303b3ffe62d7fbe66bbe Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 9 Feb 2023 19:10:48 -0500 Subject: update documentation --- roles/archive_job/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'roles/archive_job') diff --git a/roles/archive_job/README.md b/roles/archive_job/README.md index d2f2e5f..7e516a7 100644 --- a/roles/archive_job/README.md +++ b/roles/archive_job/README.md @@ -24,15 +24,15 @@ Variables This role **accepts** the following variables: -Variable | Default | Description -----------------------|------------------------------|------------ -`archive_name` |   | Name of the archive job -`archive_description` | `archive {{ archive_name }}` | Description of the archive job -`archive_user` | root | Unix user that executes the job process -`archive_group` | `{{ archive_user }}` | Unix group that executes the job process -`archive_on_calendar` | weekly | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for running archive job -`archive_command` |   | Command to execute (will be passed as-is to `exec`) -`archive_shell` |   | Shell command to execute +Variable | Default | Description +----------------------|--------------------------------|------------ +`archive_name` |   | Name of the archive job +`archive_description` | `archive {{ archive_name }}` | Description of the archive job +`archive_user` | `root` | Unix user that executes the job process +`archive_group` | `{{ archive_user }}` | Unix group that executes the job process +`archive_on_calendar` | `weekly` | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for running archive job +`archive_command` |   | Command to execute (will be passed as-is to `exec`) +`archive_shell` |   | Shell command to execute You should define either `archive_command` or `archive_shell`, but not both. -- cgit