Skip to content
Snippets Groups Projects
Commit e08748ac authored by Valdemar Švábenský's avatar Valdemar Švábenský
Browse files

Add KYPO SSH access only to Attacker

parent e077c344
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,6 @@
become: yes
roles:
- hosts
- role: kypo-user-access
kypo_user_access_username: kali
kypo_user_access_password: kali
# Installation and configuration of each host
- name: Configuring devices separately
......@@ -20,6 +17,15 @@
include_role:
name: "{{ inventory_hostname }}"
# Enable SSH access to attacker
- name: Configuring hosts
hosts: attacker
become: yes
roles:
- role: kypo-user-access
kypo_user_access_username: kali
kypo_user_access_password: kali
# Enable logging
- hosts: attacker
become: true
......
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