forked from inofix/common-playbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-shariff.yml
26 lines (22 loc) · 878 Bytes
/
install-shariff.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#* ############################################
#* # DEPRECATED: use install-php.yml instead #
#* ############################################
#* This playbook installs the shariff-php backend (c't/heise.de)
#* from upstream github.
#* Note: this playbook should be used either from the main install playbook
#* (which resolves its dependencies) or as a shorthand for an already set up
#* system, where the dependencies are already provided.
#* Use '-a' to pass parameters to ansible (as '-e'). See ansible fetch for
#* details.
#* No arguments are mandatory.
- hosts: app.shariff,app.php
become: True
roles:
- zwischenloesung.shariff-install
# not enabling this yet, as it only tracks 'today'
# it is only useful for human communication and needs
# to be combined with something smarter as
# dpkg --get-selections
#- hosts: all
# roles:
# - track-packages