Zoeken…


Voorbeeld group_vars / ontwikkeling, en waarom

Project structuur

project/
  group_vars/
     development
  inventory.development
  playbook.yaml

Deze variabelen worden vanwege de bestandsnaam op hosts onder de ontwikkelgroep toegepast.

---
## 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
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow