ansible
Ansible Group Vars
Suche…
Beispiel group_vars / development und warum
Projektstruktur
project/
group_vars/
development
inventory.development
playbook.yaml
Diese Variablen werden aufgrund des Dateinamens auf Hosts in der Entwicklungsgruppe angewendet.
---
## Application
app_name: app
app_url: app.io
web_url: cdn.io
app_friendly: New App
env_type: production
app_debug: false
## SSL
ssl: true
ev_ssl: false
## Database
database_host: 127.0.0.1
database_name: app
database_user: sql
## Elasticsearch
elasticsearch_host: 127.0.0.1
Modified text is an extract of the original Stack Overflow Documentation
Lizenziert unter CC BY-SA 3.0
Nicht angeschlossen an Stack Overflow