Skip to content
Snippets Groups Projects
Commit c09e9ac9 authored by Kamil Andoniadis's avatar Kamil Andoniadis
Browse files

Merge branch 'dependencies' into 'master'

Replace role requirements with submodules for offline kypo deployment

Closes #1

See merge request muni-kypo-crp/prototypes-and-examples/sandbox-definitions/kypo-crp-demo-training!1
parents e04298d7 96048823
No related branches found
No related tags found
1 merge request!1Replace role requirements with submodules for offline kypo deployment
[submodule "provisioning/roles/kypo-disable-qxl"]
path = provisioning/roles/kypo-disable-qxl
url = ../../../useful-ansible-roles/kypo-disable-qxl
[submodule "provisioning/roles/kypo-user-access"]
path = provisioning/roles/kypo-user-access
url = ../../../backend-python/ansible-networking-stage/kypo-user-access
......@@ -10,7 +10,7 @@
tasks:
- include_role:
name: disable-qxl
name: kypo-disable-qxl
when: ansible_os_family == 'Debian'
- name: user access
......@@ -35,7 +35,7 @@
- name: Setting up Telnet server and client
hosts:
hosts:
- server
- client
become: yes
......
- src: git@gitlab.ics.muni.cz:CSIRT-MU-public/ansible-roles/kypo-user-access.git
scm: git
- src: git@gitlab.ics.muni.cz:CSIRT-MU-public/ansible-roles/disable-qxl.git
scm: git
Subproject commit 2fcf9b860e51f780f451e3cd625e19af1db61db2
Subproject commit b42c767838f6e8edfacfdad373867946142452be
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