69 lines
1.6 KiB
YAML
69 lines
1.6 KiB
YAML
---
|
|
#Installationsscript
|
|
|
|
|
|
##########################################################
|
|
######### Entwicklungsumgebung ##############
|
|
##########################################################
|
|
- name: Installation für Entwicklungsumgebung
|
|
hosts: development
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
#- base_installation
|
|
#- git
|
|
#- ams_0008_8.0.8.0
|
|
#- ams_sso
|
|
#- ams_0008_8.0.8.0_AdminServer
|
|
#- ams_0013_8.0.9.0
|
|
|
|
|
|
##########################################################
|
|
######### QS ##############
|
|
##########################################################
|
|
- name: Installation für QS-Umgebung
|
|
hosts: qs
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
#- base_installation
|
|
#- git
|
|
#- ams_0008_8.0.8.0
|
|
#- ams_sso
|
|
#- ams_0008_8.0.8.0_AdminServer
|
|
- ams_0013_8.0.9.0
|
|
|
|
|
|
|
|
##########################################################
|
|
######### Produktionsumgebung ##############
|
|
##########################################################
|
|
- name: Installation für Produktionsumgebung
|
|
hosts: production
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
- base_installation
|
|
- git
|
|
- ams_0008_8.0.8.0
|
|
|
|
|
|
|
|
|
|
##########################################################
|
|
######### Schulungsumgebung ##############
|
|
##########################################################
|
|
- name: Installation für Schulungsumgebung
|
|
hosts: teaching
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
- base_installation
|
|
- git
|
|
- ams_0008_8.0.8.0
|
|
|