Skip to content
Snippets Groups Projects
Commit daf80e5c authored by Attila Farkas's avatar Attila Farkas
Browse files

verbose ansible output

parent ff4a0ae1
No related branches found
No related tags found
2 merge requests!6Resolve "Convert BigBroker sandbox from KYPO-Creator to sandbox-creator",!5Resolve "Convert BigBroker sandbox from KYPO-Creator to sandbox-creator"
...@@ -2,23 +2,23 @@ ...@@ -2,23 +2,23 @@
name: big-broker name: big-broker
hosts: hosts:
- name: Web - name: Web
base_box: generic/debian10 base_box: debian/contrib-jessie64
memory: 2048 memory: 2048
- name: Workstation - name: Workstation
base_box: generic/debian10 base_box: debian/contrib-jessie64
memory: 2048 memory: 2048
- name: Database - name: Database
base_box: generic/debian10 base_box: debian/contrib-jessie64
memory: 2048 memory: 2048
- name: Attacker - name: Attacker
base_box: generic/debian10 base_box: debian/contrib-jessie64
memory: 2048 memory: 2048
- name: Client - name: Client
base_box: generic/debian10 base_box: debian/contrib-jessie64
memory: 2048 memory: 2048
routers: routers:
......
...@@ -2,3 +2,4 @@ kalilinux/rolling-light: eth1 ...@@ -2,3 +2,4 @@ kalilinux/rolling-light: eth1
xubuntu-16.04-desktop-amd64: eth1 xubuntu-16.04-desktop-amd64: eth1
ubuntu/xenial64: enp0s8 ubuntu/xenial64: enp0s8
acntech/xubuntu-developer: enp0s8 acntech/xubuntu-developer: enp0s8
debian/contrib-jessie64: eth1
...@@ -30,6 +30,7 @@ Vagrant.configure("2") do |config| ...@@ -30,6 +30,7 @@ Vagrant.configure("2") do |config|
{% for name in user_files %} {% for name in user_files %}
config.vm.provision "ansible" do |ansible| config.vm.provision "ansible" do |ansible|
ansible.playbook = "provisioning/{{ name }}.yml" ansible.playbook = "provisioning/{{ name }}.yml"
ansible.verbose = true
ansible.extra_vars = { ansible.extra_vars = {
ansible_python_interpreter: "/usr/bin/python3", ansible_python_interpreter: "/usr/bin/python3",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment