Skip to content
Snippets Groups Projects
Commit 6901fdd7 authored by Arie Peterson's avatar Arie Peterson
Browse files

Add example inventory and group_vars

parent cd1d66b9
No related branches found
No related tags found
No related merge requests found
# External ip address of the cluster.
ip_address: "203.0.113.6"
# Main domain name of the cluster services.
domain: "example.com"
# Email address of someone administering the cluster.
admin_email: "admin@example.com"
# Label of this deployment.
release_name: "test"
all:
hosts:
oas-dev:
# Node to deploy to; can be a name or address.
ansible_host: "203.0.113.6"
# Ssh user to log in as.
ansible_user: "root"
children:
cluster:
hosts:
oas-dev
master:
hosts:
oas-dev
worker:
hosts:
oas-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment