class Taperole::Commands::Ansible

Public Instance Methods

deploy() click to toggle source
# File lib/taperole/commands/ansible.rb, line 54
def deploy
  Taperole::Notifier.register_notifiers(options)
  ansible_deploy(options: options)
end
provision() click to toggle source
# File lib/taperole/commands/ansible.rb, line 48
def provision
  Taperole::Notifier.register_notifiers(options)
  valid_preconfigs ? ansible(options: options) : puts("Not a Rails or JS app")
end