54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
YAML
---
|
|
#Installationsscript
|
|
|
|
|
|
##########################################################
|
|
######### Entwicklungsumgebung ##############
|
|
##########################################################
|
|
- name: Installation für Entwicklungsumgebung
|
|
hosts: development
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
- base_installation
|
|
- git
|
|
##veraltet
|
|
##- ams_0006_8.0.5.0
|
|
- ams_0008_8.0.8.0
|
|
|
|
|
|
|
|
##########################################################
|
|
######### Produktionsumgebung ##############
|
|
##########################################################
|
|
- name: Installation für Produktionsumgebung
|
|
hosts: production
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
- base_installation
|
|
- git
|
|
##veraltet
|
|
##- ams_0006_8.0.5.0
|
|
- ams_0008_8.0.8.0
|
|
|
|
|
|
|
|
|
|
##########################################################
|
|
######### Schulungsumgebung ##############
|
|
##########################################################
|
|
- name: Installation für Schulungsumgebung
|
|
hosts: teaching
|
|
become_user: jetty
|
|
become: yes
|
|
|
|
roles:
|
|
- base_installation
|
|
- git
|
|
##veraltet
|
|
##- ams_0006_8.0.5.0
|
|
- ams_0008_8.0.8.0
|