Provision dockerbox in Vagrant and setup network
This commit is contained in:
11
dev/dockerbox.yml
Normal file
11
dev/dockerbox.yml
Normal 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
|
||||
Reference in New Issue
Block a user