From 6d8969632758898cfa6f4c8787b7a4da9d25ec8c Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 27 Jun 2023 15:10:17 +0200 Subject: [PATCH] Add FIPS. --- .DS_Store | Bin 6148 -> 6148 bytes Vagrantfile | 1 - inventory/group_vars/all.yml | 2 ++ 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 120000 Vagrantfile diff --git a/.DS_Store b/.DS_Store index 257c573e24ec6fdb669e111e1c2fdfc0ab837c2f..4f247139f0d0ce073698c1386fbb40ad19f11e72 100644 GIT binary patch delta 152 zcmZoMXffEJ#u&RzlYxPOg+Y%YogtHpn;9)N-%hN7nZwFZ#E{RB!;s2QoSTm@394fAQ$~3)0Of=#PXGV_ delta 152 zcmZoMXffEJ#u&SknSp_Ug+Y%YogtHh!Ihn1m-A)g_KA(f#xHy>dVRK@0}jPhatHZ3Z) diff --git a/Vagrantfile b/Vagrantfile deleted file mode 120000 index 0333340..0000000 --- a/Vagrantfile +++ /dev/null @@ -1 +0,0 @@ -Vagrantfile.libvirt \ No newline at end of file diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 2555a3e..920e029 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -155,6 +155,8 @@ git_repositories: dest: ansible-role-fail2ban - repo: ssh://git@github.com/robertdebock/ansible-role-filesystem.git dest: ansible-role-filesystem + - repo: ssh://git@github.com/robertdebock/ansible-role-fips.git + dest: ansible-role-fips - repo: ssh://git@github.com/robertdebock/ansible-role-firewall.git dest: ansible-role-firewall - repo: ssh://git@github.com/robertdebock/ansible-role-forensics.git