]> freie-schul-it.de Git - fsit-smgt.git/blob - examples/playbooks-for-server/bibliothek.yml
weitere playbooks umbenannt
[fsit-smgt.git] / examples / playbooks-for-server / bibliothek.yml
1 ---
2 - name: bootstrap CT "bibliothek"
3 hosts: bibliothek
4 remote_user: root
5 vars_files:
6 - vars.yml
7 tasks:
8 - include_tasks: fsit-smgt/library/bootstrap.yml
9 - name: install CT "bibliothek"
10 hosts: bibliothek
11 become: true
12 vars:
13 koha_domain: .srv.lan
14 koha_libraryname: bibliothek
15 tasks:
16 - include_tasks: fsit-smgt/library/bibliothek_koha.yml
17 # Stop , wenn install einmal schon gelaufen
18 # Datei erstellen:
19
20 handlers:
21 - name: restart apache
22 service:
23 name: apache2
24 state: restarted
25 #Connection to the memcached servers '__MEMCACHED_SERVERS__' failed. Are the unix socket permissions set properly? Is the host reachable?
26