diff options
Diffstat (limited to 'ansible/roles/plex/meta/argument_specs.yaml')
| -rw-r--r-- | ansible/roles/plex/meta/argument_specs.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible/roles/plex/meta/argument_specs.yaml b/ansible/roles/plex/meta/argument_specs.yaml new file mode 100644 index 0000000..7c49c67 --- /dev/null +++ b/ansible/roles/plex/meta/argument_specs.yaml @@ -0,0 +1,15 @@ +--- + +argument_specs: + main: + short_description: Main entry point for the Plex role + description: + - This role installs the Plex Media Server as a systemd service. + author: + - Kumar Damani + options: + plex_nas_mount_path: + type: 'str' + required: true + description: + - The path to the data on the NFS share. |
