Skip to content

Commit

Permalink
Updated _TEMPLATE_PROJECT inventory with the latest Debian OS
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak committed Aug 1, 2023
1 parent 39a3e69 commit 176cb11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
38 changes: 6 additions & 32 deletions inventories/_TEMPLATE_PROJECT/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,21 @@ os_windows_8_1_x86
[os_linux:children]
os_ubuntu
os_kali
os_debian

[os_ubuntu:children]
os_ubuntu_18_04
os_ubuntu_20_04
os_ubuntu_22_04
os_ubuntu_desktop_20_04
os_ubuntu_desktop_22_04

[os_kali:children]
os_kali_2023_1
os_kali_2023_2
os_kali_latest
os_kali_2020_4
os_kali_2021_2
os_kali_2021_3
os_kali_2021_4
os_kali_2022_1
os_kali_2022_2
os_kali_2022_3

[os_debian:children]
os_debian_12

[os_network_devices:children]
os_router_os
Expand Down Expand Up @@ -106,34 +104,12 @@ vm1
[os_ubuntu_20_04]

[os_ubuntu_22_04]
access-router
fw-killswitch
r-sinet
fw-corp
fw-rt
ns
vault
proxy
keycloak
canary-linode
chat
c2-sinet
socks-sinet
c2-linode
socks-linode
mythic-linode
metasploit-linode
elk

## Linux Ubuntu Desktop

[os_ubuntu_desktop_20_04]
ws-ubuntu-200401
ws-ubuntu-200402

[os_ubuntu_desktop_22_04]
ws-ubuntu-220401
ws-ubuntu-220402

## Linux Kali

Expand Down Expand Up @@ -168,9 +144,7 @@ ws-ubuntu-220402
### Networks start here

[zone_aws]
vm1

[zone_linode]

[zone_vmware_workstation]
vm2
2 changes: 2 additions & 0 deletions scripts/general/configure-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e # exit when any command fails

install_docker(){

echo -n -e ${C_RST}

if [[ $(uname) == "Linux" ]]; then

if grep -q "debian" /etc/os-release; then
Expand Down

0 comments on commit 176cb11

Please sign in to comment.