mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-18 23:06:06 +02:00
Add Ansible provisioning of Vagrant env
This commit is contained in:
7
provisioning/playbook.yml
Normal file
7
provisioning/playbook.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: development
|
||||
sudo: yes
|
||||
roles:
|
||||
- ntp
|
||||
- golang
|
||||
- vagrant
|
Reference in New Issue
Block a user