Sha256: 0fb529071772e09dd705b409fc169cf519cfb2d555559c38bdf7846089b82549

Contents?: true

Size: 170 Bytes

Versions: 5

Compression:

Stored size: 170 Bytes

Contents

Standup.script do
  self.description = 'Request new Elasics IP to use in node config'
  
  def run
    bright_p "New IP: #{Standup::EC2::ElasticIP.create.ip}" 
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
standup-0.3.3 scripts/allocate_ip.rb
standup-0.3.2 scripts/allocate_ip.rb
standup-0.3.1 scripts/allocate_ip.rb
standup-0.3.0 scripts/allocate_ip.rb
standup-0.2.0 scripts/allocate_ip.rb