mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
12 lines
260 B
YAML
12 lines
260 B
YAML
---
|
|
# Playbook nur für WEB01
|
|
# Ausführung: ansible-playbook -i inventory/hosts.yml playbooks/web01.yml
|
|
|
|
- name: "INSIGHT-WEB01 Setup"
|
|
hosts: insight_web
|
|
become: true
|
|
roles:
|
|
- role: common
|
|
- role: disk_setup
|
|
- role: docker
|
|
- role: nginx
|