Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
caggles committed Jan 15, 2022
1 parent 76658f1 commit 3aacf16
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 26 deletions.
8 changes: 0 additions & 8 deletions operations/deployment/dev.env

This file was deleted.

2 changes: 1 addition & 1 deletion operations/deployment/install.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- hosts: localhost
vars_files:
vars-local-test.yaml
vars-local-prod.yaml
tasks:

## Redis ##
Expand Down
8 changes: 0 additions & 8 deletions operations/deployment/prod.env

This file was deleted.

9 changes: 0 additions & 9 deletions operations/deployment/test.env

This file was deleted.

21 changes: 21 additions & 0 deletions operations/deployment/vars-example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## rename me as vars-local-[env].yaml to use in the ansible installation!

name: hubot
env: prod
version: v1.0.0

source_repo_url: https://github.com/bcgov/platform-services-bcbot
source_repo_branch: main

build: true
project_name: 6e2f55-prod
bot_account_password: xxxxxxxxxx

rocketchat:
url: "https://chat.developer.gov.bc.ca"
bot_username: "bcbot"
use_ssl: true
respond_to_dm: true
room: ""

log_level: "warning"

0 comments on commit 3aacf16

Please sign in to comment.