Provision dockerbox in Vagrant and setup network

This commit is contained in:
2020-06-23 21:59:47 -04:00
parent d276c3dc2b
commit c8b7821eb3
7 changed files with 51 additions and 11 deletions

11
dev/dockerbox.yml Normal file
View File

@@ -0,0 +1,11 @@
- name: Install Docker Box Server
hosts: all
become: true
vars_files:
- host_vars/dockerbox.yml
roles:
- ansible
- base
- docker
- jenkins
- prometheus