Skip to content

Hakkei-Co/vagrant-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Install required provider plugins:

  • Vagrant-Secret
  • [Vagrant-Digital-Ocean](vagrant plugin install vagrant-digitalocean)
$ vagrant plugin install vagrant-secret
$ vagrant plugin install vagrant-digitalocean

Note

Do not run from root user. Create a new user from root and add the authorized user's .pub contents into the DigitalOcean SSH key registry.

vagrant up will fail if keys are not owned by the user.

Debug

$ VAGRANT_LOG=debug vagrant up --provider=digital_ocean

# Verify the keys specified in Vagrantfile have the correct owner 
$ stat ~/.ssh/<your_key_name>
# Use sudo
$ chown vagrant:vagrant ~/.ssh/<key_name>

About

hosted runner setup for ecommerce pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published