Skip to content

hax0rbana-adam/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple role to install Vagrant on Debian.

How is this repo any different than all the other vagrant roles? With this one, you will actually get updates (e.g. security patches!).

This is because it installs vagrant from Hashicorp's apt repo rather than downloading a standalone .deb file and installing that.

Examples

Playbook

Here's an example of a playbook to install vagrant on the local machine. It does not require you have SSH running.

- hosts: localhost
  connection: local
  become: true
  roles:
    - role: hax0rbana_adam.vagrant

Official repo location

All activity takes place on the official GitLab instance: https://gitlab.hax0rbana.org/hax0rbana_public/ansible/vagrant

Any other hosting providers, such as GitHub.com and GitLab.com, are just mirrors and we do not monitor the issue trackers over there.

Support

Matrix channel

You can also join our Matrix channel: #ansible:hax0rbana.org

This is a good place to ask questions or make requests without having to sign up for another account.

Fediverse

If you prefer the Fediverse to Matrix, you can find the primary author of this package at: @[email protected]

Contributing

See contributor guidelines.

License

This project is licensed under MIT License. See LICENSE for more details.