provisionator 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,19 @@
1
+ Capistrano::Configuration.instance(:must_exist).load do
2
+ require 'capistrano/ec2group'
3
+ set :aws_access_key_id, ENV["AWS_ACCESS_KEY_ID"]
4
+ set :aws_secret_access_key, ENV["AWS_SECRET_ACCESS_KEY"]
5
+ set :aws_params, :region => 'ap-southeast-2'
6
+ set :aws_pvt_dns, false
7
+
8
+ set :user, "ubuntu"
9
+ set :scm, :git
10
+ set :branch, "master"
11
+ set :deploy_via, :remote_cache
12
+
13
+ ssh_options[:keys] = %w(~/.aws/sodalis.pem)
14
+ ssh_options[:forward_agent] = true
15
+ default_run_options[:pty] = true
16
+ default_run_options[:shell] = '/bin/bash --login'
17
+
18
+ default_run_options[:on_no_matching_servers] = :continue
19
+ end
@@ -1,3 +1,3 @@
1
1
  module Provisionator
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provisionator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -72,6 +72,7 @@ files:
72
72
  - README.md
73
73
  - Rakefile
74
74
  - lib/provisionator.rb
75
+ - lib/provisionator/capistrano/base.rb
75
76
  - lib/provisionator/capistrano/db.rb
76
77
  - lib/provisionator/capistrano/elasticsearch.rb
77
78
  - lib/provisionator/capistrano/provision.rb
@@ -97,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
98
  version: '0'
98
99
  segments:
99
100
  - 0
100
- hash: -2149854944767550790
101
+ hash: 2040213990682621732
101
102
  required_rubygems_version: !ruby/object:Gem::Requirement
102
103
  none: false
103
104
  requirements:
@@ -106,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
107
  version: '0'
107
108
  segments:
108
109
  - 0
109
- hash: -2149854944767550790
110
+ hash: 2040213990682621732
110
111
  requirements: []
111
112
  rubyforge_project:
112
113
  rubygems_version: 1.8.23