Intitiales Befüllen

This commit is contained in:
Marcus Gillitzer
2020-01-24 11:43:21 +01:00
commit c859c3accb
83 changed files with 5601 additions and 0 deletions

53
site.yml Normal file
View 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