Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 11, 2024
1 parent 8754690 commit 4a3286f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 69 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Vagrant.require_version ">= 2.0.0"
$DbPass = ENV['DB_PASS'] || "your_database_password"
$SshPassphrase = ENV['SSH_PASSPHRASE'] || "KeyWillBeGeneratedWithAPassphrase"

# Select the config file from the STAGE environment variable (dev or test)
# Select the config file from the STAGE environment variable (dev or local)
# VM Configs are loaded from json files.
$Stage = ENV['STAGE'] || "vagrant"
$Stage = ENV['STAGE'] || "dev"

# Require JSON module
require 'json'
Expand Down
6 changes: 0 additions & 6 deletions inventory/vagrant/group_vars/all.yml

This file was deleted.

17 changes: 0 additions & 17 deletions inventory/vagrant/group_vars/database.yml

This file was deleted.

10 changes: 0 additions & 10 deletions inventory/vagrant/group_vars/semaphore.yml

This file was deleted.

17 changes: 0 additions & 17 deletions inventory/vagrant/hosts

This file was deleted.

17 changes: 0 additions & 17 deletions inventory/vagrant/vagrant.json

This file was deleted.

0 comments on commit 4a3286f

Please sign in to comment.