1
- # Community Wiki
2
-
3
- https://github.com/Cloudbox/Community/wiki
1
+ # Community Repo
4
2
3
+ Community Repository for Unofficial Cloudbox Add-ons
5
4
6
- # Community Repo
5
+ ## Requiremements
7
6
8
- Community Repo for addons
7
+ - [ Cloudbox ] ( https://github.com/Cloudbox/Cloudbox/ )
9
8
10
9
11
- ## Cloning the Repo:
10
+ ## Clone Repo
12
11
13
12
``` bash
14
- git clone https://github.com/Cloudbox/Community.git ~ /community
13
+ git clone https://github.com/Cloudbox/Community.git ~ /community && cd ~ /community
15
14
```
16
15
17
- ## Password File Setup:
16
+ ## Password File
18
17
19
- If you have setup an Ansible vault password file for Cloudbox, you will need to add its location to ` ~/community/ansible.cfg ` :
18
+ If you have setup an Ansible vault password file for Cloudbox, you will need to add its location to the Community Repo folder's ` ansible.cfg ` file.
19
+
20
+ 1 . Open ` ~/community/ansible.cfg `
20
21
21
- 1 . To edit:
22
22
``` bash
23
23
nano ~ /community/ansible.cfg
24
24
```
25
25
26
- 2 . Add line (with path to your vault password file):
26
+ 2 . Add entry for ` vault_password_file ` pointing to the path of your Cloudbox vault password file.
27
+
27
28
``` ini
28
29
vault_password_file = ~/.ansible_vault
29
30
```
30
31
31
32
3 . Should now look like this:
33
+
32
34
``` ini
33
35
[defaults]
34
36
inventory = ~/cloudbox/inventories/local
@@ -40,14 +42,19 @@ If you have setup an Ansible vault password file for Cloudbox, you will need to
40
42
vault_password_file = ~/.ansible_vault
41
43
```
42
44
45
+ 1 . Save and exit: <kbd class =" platform-all " >Ctrl + X</kbd > <kbd class =" platform-all " >Y</kbd > <kbd class =" platform-all " >Enter</kbd >
46
+
43
47
44
- ## Usage:
48
+ ## Usage
45
49
46
50
``` bash
47
- cd ~ /community
48
- sudo ansible-playbook community.yml --tags ROLE
51
+ sudo ansible-playbook community.yml --tags < ROLENAME>
49
52
```
50
- ## Roles:
53
+
54
+ See [ wiki] ( https://github.com/Cloudbox/Community/wiki ) for setup guides.
55
+
56
+
57
+ ## Roles
51
58
52
59
- ** airsonic**
53
60
- ** calibre-rdp** - Media path set to ` /Media/Books `
0 commit comments