Compare commits

..

No commits in common. "6100b6ed14d3aee2330e1cffa1d3e0b51eb46531" and "6d81f2f0a0b36bc36636cbd069789079087e1cee" have entirely different histories.

6 changed files with 9 additions and 21 deletions

View file

@ -1,13 +1,12 @@
role-readarr
=========
This role adds a readarr server and deploys existing configuration
A brief description of the role goes here.
Requirements
------------
certbot
nginx-ssl
No requirements
Role Variables
--------------
@ -24,8 +23,8 @@ Example Playbook Template
Playbook creation should be handled by playbook-builder. To include role in a playbook, add one of these lines (changing version/branch as needed) to the template with other core entries:
role:readarr:v1.0:workload,readarr
role:readarr:testing:workload,readarr
role:mount:v1.0:core,mount
role:mount:testing:core,mount
License
-------

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# defaults file for role-readarr
# defaults file for ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for role-readarr
# handlers file for ${REPO_NAME}

View file

@ -1,14 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# tasks file for role-readarr
- name: install readarr
ansible.builtin.package:
name: readarr-develop
state: present
- name: ensure readarr is running
service:
name: readarr
state: started
enabled: yes
# tasks file for ${REPO_NAME}

View file

@ -3,4 +3,4 @@
- hosts: localhost
remote_user: root
roles:
- role-readarr
- ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# vars file for role-readarr
# vars file for ${REPO_NAME}