Redid the ansible playbook
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: acc
|
||||
instance: acc
|
||||
title: "The Great Bear"
|
||||
|
||||
public_key: -----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAB+3c94GO2p6+cCOfaA1J0oQVbmZQieYaOqNbgHR70JM=\n-----END PUBLIC KEY-----
|
||||
@ -7,6 +7,6 @@ private_key: -----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEICdULYmhJhsQJPoCSc
|
||||
middleware_key: cb71666b9c
|
||||
|
||||
host: acc.hopsngrains.com
|
||||
host_directory: "brewman-{{ name }}"
|
||||
db_name: "brewman_{{ name }}"
|
||||
host_directory: "brewman-{{ instance }}"
|
||||
db_name: "brewman_{{ instance }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user