This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +47
-24
lines changed
sickbeard_mp4_automator/tasks Expand file tree Collapse file tree 14 files changed +47
-24
lines changed Original file line number Diff line number Diff line change 1515
1616- name : Clone aliases
1717 git :
18- repo : https://github.com/Cloudbox/aliases
18+ repo : https://github.com/Cloudbox/aliases.git
1919 dest : /opt/aliases
20+ clone : yes
2021 version : HEAD
2122 force : yes
2223 become : yes
Original file line number Diff line number Diff line change 3131 when : cloudplow_service.stat.exists
3232
3333- name : Create cloudplow directories
34- file : " path={{ item }} state=directory mode=0775 owner={{ user.name }} group={{ user.name }} recurse=yes"
34+ file : " path={{ item }} state=directory owner={{ user.name }} group={{ user.name }} mode=0775 recurse=yes"
3535 with_items :
3636 - /opt/cloudplow
3737
3838- name : Clone cloudplow
3939 git :
40- repo : https://github.com/l3uddz/cloudplow/
40+ repo : https://github.com/l3uddz/cloudplow.git
4141 dest : /opt/cloudplow
42+ clone : yes
4243 version : HEAD
4344 force : yes
4445 become : yes
Original file line number Diff line number Diff line change 1313
1414- name : " Clone iperf3 repo"
1515 git :
16- repo : " https://github.com/esnet/iperf/ "
16+ repo : " https://github.com/esnet/iperf.git "
1717 dest : " /var/tmp/iperf3"
18+ clone : yes
19+ version : HEAD
1820 force : yes
1921 register : diff
2022
Original file line number Diff line number Diff line change 3333 - /etc/motd
3434 - /etc/motd.dynamic
3535
36+ - name : Create motd directories
37+ file : " path={{ item }} state=directory owner={{ user.name }} group={{ user.name }} mode=0775 recurse=yes"
38+ with_items :
39+ - /opt/motd
40+
3641- name : Check if MOTD news service
3742 stat :
3843 path : " /etc/default/motd-news"
5863 git :
5964 repo : https://github.com/cloudbox/motd.git
6065 dest : /opt/motd
66+ clone : yes
6167 version : HEAD
6268 force : yes
69+ become : yes
70+ become_user : " {{ user.name }}"
6371
6472- name : Install pip requirements
6573 pip :
7583 template :
7684 src : config.json.j2
7785 dest : /opt/motd/config.json
78- force : yes
86+ owner : " {{ user.name }}"
87+ group : " {{ user.name }}"
88+ mode : 0775
89+ force : no
7990 when : (not motd_config.stat.exists)
8091
8192- name : Touch '/opt/motd/activity.log' file
89100- name : Set 'cloudbox-motd.py' as executable
90101 file :
91102 path : /opt/motd/cloudbox-motd.py
103+ owner : " {{ user.name }}"
104+ group : " {{ user.name }}"
92105 mode : a+x
93106
94107- name : Import dynamic motd files
95108 copy : " src=/opt/motd/motd/ dest=/etc/update-motd.d/ force=yes mode=0775"
96109
97- - name : Set directory permissions
98- file : " path=/opt/motd state=directory owner={{ user.name }} group={{ user.name }} recurse=yes"
99-
100110- name : Create symlink to dynamic motd
101111 file :
102112 src : /var/run/motd
Original file line number Diff line number Diff line change 2020
2121- name : Pull nethogs repo from github
2222 git :
23- repo : " https://github.com/raboof/nethogs"
23+ repo : " https://github.com/raboof/nethogs.git "
2424 dest : " /var/tmp/nethogs"
2525 clone : yes
26+ version : HEAD
2627 force : yes
2728 register : diff
2829
Original file line number Diff line number Diff line change 3131
3232- name : Scripts | Download unzip.py script
3333 git :
34- repo : " https://github.com/Prinz23/nzbgetpp"
34+ repo : " https://github.com/Prinz23/nzbgetpp.git "
3535 dest : " /opt/scripts/nzbget/nzbgetpp/"
36+ clone : yes
37+ version : HEAD
3638 force : yes
3739 become : yes
3840 become_user : " {{ user.name }}"
Original file line number Diff line number Diff line change 3838
3939- name : Clone plex_autoscan
4040 git :
41- repo : https://github.com/l3uddz/plex_autoscan/
41+ repo : https://github.com/l3uddz/plex_autoscan.git
4242 dest : /opt/plex_autoscan
43+ clone : yes
4344 version : HEAD
4445 force : yes
4546 become : yes
Original file line number Diff line number Diff line change 1515
1616- name : Clone plex_dupefinder
1717 git :
18- repo : https://github.com/l3uddz/plex_dupefinder/
18+ repo : https://github.com/l3uddz/plex_dupefinder.git
1919 dest : /opt/plex_dupefinder
20+ clone : yes
2021 version : HEAD
2122 force : yes
23+ become : yes
24+ become_user : " {{ user.name }}"
2225
2326- name : Install pip requirements
2427 pip :
4245 owner : " {{ user.name }}"
4346 group : " {{ user.name }}"
4447 mode : 0775
45- force : yes
48+ force : no
4649 when : not plex_dupefinder_config.stat.exists
4750
4851- name : Set plexdupes.py as executable
5255 group : " {{ user.name }}"
5356 mode : a+x
5457
55- - name : Set directory permissions
56- file : " path=/opt/plex_dupefinder state=directory owner={{ user.name }} group={{ user.name }} recurse=yes"
57-
5858- name : " Create /usr/local/bin symlink"
5959 file :
6060 src : " /opt/plex_dupefinder/plexdupes.py"
Original file line number Diff line number Diff line change 1515
1616- name : Clone python-plexlibrary
1717 git :
18- repo : " https://github.com/adamgot/python-plexlibrary/ "
18+ repo : " https://github.com/adamgot/python-plexlibrary.git "
1919 dest : " /opt/python-plexlibrary"
2020 version : master
2121 force : yes
Original file line number Diff line number Diff line change 1515 git :
1616 repo : https://github.com/robbyrussell/oh-my-zsh.git
1717 dest : " /home/{{ user.name }}/.oh-my-zsh"
18+ clone : yes
19+ version : HEAD
1820 force : yes
1921 become : yes
2022 become_user : " {{ user.name }}"
You can’t perform that action at this time.
0 commit comments