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 }}"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: exp
|
||||
instance: exp
|
||||
title: Tanshu
|
||||
|
||||
public_key: -----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEABj/Hq4mOHC8fwTL+MJOr7HDFU+LmGfmQFOt90a+ZGtg=\n-----END PUBLIC KEY-----
|
||||
@ -7,5 +7,5 @@ private_key: -----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIGyEz6qjXMPtjWaYpa
|
||||
middleware_key: da6fcd999b
|
||||
|
||||
host: exp.tanshu.com
|
||||
host_directory: "brewman-{{ name }}"
|
||||
db_name: "brewman_{{ name }}"
|
||||
host_directory: "brewman-{{ instance }}"
|
||||
db_name: "brewman_{{ instance }}"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: hinchco
|
||||
instance: hinchco
|
||||
title: Mozimo
|
||||
|
||||
public_key: -----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAQUHP86TdF2/HRgpSOATueKxP16KONO+iTef1nITnlwc=\n-----END PUBLIC KEY-----
|
||||
@ -7,5 +7,5 @@ private_key: -----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIPWikH3em6asm4WVSO
|
||||
middleware_key: 1e36e7f678
|
||||
|
||||
host: acc.hinchco.in
|
||||
host_directory: "brewman-{{ name }}"
|
||||
db_name: "brewman_{{ name }}"
|
||||
host_directory: "brewman-{{ instance }}"
|
||||
db_name: "brewman_{{ instance }}"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: hops
|
||||
instance: hops
|
||||
title: "HnG Panchkula"
|
||||
|
||||
|
||||
@ -8,5 +8,5 @@ private_key: -----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIBEjfprZzihARk6Kgz
|
||||
middleware_key: 9c2bdd24be
|
||||
|
||||
host: hops.hopsngrains.com
|
||||
host_directory: "brewman-{{ name }}"
|
||||
db_name: "brewman_{{ name }}"
|
||||
host_directory: "brewman-{{ instance }}"
|
||||
db_name: "brewman_{{ instance }}"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: mhl
|
||||
instance: mhl
|
||||
title: "HnG Mohali"
|
||||
|
||||
public_key: -----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAerD1T7kXn4cDp8dw1xQapPMyrlq7WHq0PpnIWqzTq8c=\n-----END PUBLIC KEY-----
|
||||
@ -7,5 +7,5 @@ private_key: -----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIFguJkIzoUkxHSxvFW
|
||||
middleware_key: 9183bdcfb0
|
||||
|
||||
host: mhl.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