Compare commits
No commits in common. "6100b6ed14d3aee2330e1cffa1d3e0b51eb46531" and "6d81f2f0a0b36bc36636cbd069789079087e1cee" have entirely different histories.
6100b6ed14
...
6d81f2f0a0
6 changed files with 9 additions and 21 deletions
|
@ -1,13 +1,12 @@
|
||||||
role-readarr
|
role-readarr
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This role adds a readarr server and deploys existing configuration
|
A brief description of the role goes here.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
certbot
|
No requirements
|
||||||
nginx-ssl
|
|
||||||
|
|
||||||
Role Variables
|
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:
|
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:mount:v1.0:core,mount
|
||||||
role:readarr:testing:workload,readarr
|
role:mount:testing:core,mount
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# defaults file for role-readarr
|
# defaults file for ${REPO_NAME}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# handlers file for role-readarr
|
# handlers file for ${REPO_NAME}
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# tasks file for role-readarr
|
# tasks file for ${REPO_NAME}
|
||||||
- name: install readarr
|
|
||||||
ansible.builtin.package:
|
|
||||||
name: readarr-develop
|
|
||||||
state: present
|
|
||||||
|
|
||||||
|
|
||||||
- name: ensure readarr is running
|
|
||||||
service:
|
|
||||||
name: readarr
|
|
||||||
state: started
|
|
||||||
enabled: yes
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- role-readarr
|
- ${REPO_NAME}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# vars file for role-readarr
|
# vars file for ${REPO_NAME}
|
||||||
|
|
Loading…
Add table
Reference in a new issue