Skip to content
Snippets Groups Projects
Verified Commit 96048823 authored by Tomáš Sapák's avatar Tomáš Sapák
Browse files

Replace role requirements with submodules for offline kypo deployment

parent e04298d7
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