Add and configure OS hardening role

This role was run but is commented out as rerunning it shouldn't add
much whilst also being a time hog.
This commit is contained in:
Thomas Kleinendorst 2024-04-09 17:49:51 +02:00
parent 7a42119d1a
commit ce995083c6
4 changed files with 25 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/home/thomas/python_venv/bin/python"
}