gitextract_tyoks_c1/ ├── README.md ├── ansible/ │ ├── dashboard.json │ ├── gen_users.py │ ├── graylog_config.sh │ ├── hosts │ ├── id.pub │ ├── nxlog.conf │ ├── rdp_public.sh │ ├── requirements.txt │ ├── setup-domain.yml │ └── wordlist.txt ├── init-passwords.sh ├── packer/ │ ├── .ssh/ │ │ ├── id_ed25519 │ │ └── id_ed25519.pub │ ├── answer_files/ │ │ ├── graylog/ │ │ │ ├── preseed.cfg │ │ │ └── preseed.cfg~ │ │ ├── win10/ │ │ │ └── Autounattend.xml │ │ ├── win2012r2/ │ │ │ └── Autounattend.xml │ │ └── win2016/ │ │ └── Autounattend.xml │ ├── get-virtio.sh │ ├── graylog.json │ ├── packer-build-all.sh │ ├── private.json │ ├── scripts/ │ │ ├── bootstrap.ps1 │ │ ├── graylog.sh │ │ ├── setupcomplete.ps1 │ │ ├── shutdown.ps1 │ │ └── win2012r2-dotnet-fix.ps1 │ ├── win10.json │ ├── win2012r2.json │ └── win2016.json └── terraform/ ├── main.tf ├── network-dhcp-lease.xsl └── timer-patch.xsl