Intitiales Befüllen
This commit is contained in:
53
site.yml
Normal file
53
site.yml
Normal file
@ -0,0 +1,53 @@
|
||||
---
|
||||
#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
|
Reference in New Issue
Block a user