From a1a078a190e7a6cfe600e421bde9ce7fa6867399 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Tue, 4 Aug 2020 00:51:18 +0200 Subject: [PATCH] installation roles --- .gitmodules | 60 ++++++++++++++++++++++++++++++++++++++++++++ debootstrap | 1 + dmcrypt_crypttab | 1 + dmcrypt_devices | 1 + filesystems | 1 + grub_bootloader | 1 + installation | 1 + logical_volumes | 1 + mdraid_devices | 1 + network_interfaces | 1 + partitioning | 1 + partitioning_profile | 1 + reboot | 1 + ssh_host_key | 1 + swap_devices | 1 + volume_groups | 1 + 16 files changed, 75 insertions(+) create mode 160000 debootstrap create mode 160000 dmcrypt_crypttab create mode 160000 dmcrypt_devices create mode 160000 filesystems create mode 160000 grub_bootloader create mode 160000 installation create mode 160000 logical_volumes create mode 160000 mdraid_devices create mode 160000 network_interfaces create mode 160000 partitioning create mode 160000 partitioning_profile create mode 160000 reboot create mode 160000 ssh_host_key create mode 160000 swap_devices create mode 160000 volume_groups diff --git a/.gitmodules b/.gitmodules index 2bf93c0..974a181 100644 --- a/.gitmodules +++ b/.gitmodules @@ -161,3 +161,63 @@ path = staging url = ../ansible-role-staging.git branch = master +[submodule "installation"] + path = installation + url = ../ansible-role-installation.git + branch = master +[submodule "partitioning"] + path = partitioning + url = ../ansible-role-partitioning.git + branch = master +[submodule "mdraid_devices"] + path = mdraid_devices + url = ../ansible-role-mdraid_devices.git + branch = master +[submodule "dmcrypt_devices"] + path = dmcrypt_devices + url = ../ansible-role-dmcrypt_devices.git + branch = master +[submodule "volume_groups"] + path = volume_groups + url = ../ansible-role-volume_groups.git + branch = master +[submodule "logical_volumes"] + path = logical_volumes + url = ../ansible-role-logical_volumes.git + branch = master +[submodule "filesystems"] + path = filesystems + url = ../ansible-role-filesystems.git + branch = master +[submodule "swap_devices"] + path = swap_devices + url = ../ansible-role-swap_devices.git + branch = master +[submodule "debootstrap"] + path = debootstrap + url = ../ansible-role-debootstrap.git + branch = master +[submodule "dmcrypt_crypttab"] + path = dmcrypt_crypttab + url = ../ansible-role-dmcrypt_crypttab.git + branch = master +[submodule "grub_bootloader"] + path = grub_bootloader + url = ../ansible-role-grub_bootloader.git + branch = master +[submodule "network_interfaces"] + path = network_interfaces + url = ../ansible-role-network_interfaces.git + branch = master +[submodule "ssh_host_key"] + path = ssh_host_key + url = ../ansible-role-ssh_host_key.git + branch = master +[submodule "reboot"] + path = reboot + url = ../ansible-role-reboot.git + branch = master +[submodule "partitioning_profile"] + path = partitioning_profile + url = ../ansible-role-partitioning_profile.git + branch = master diff --git a/debootstrap b/debootstrap new file mode 160000 index 0000000..9e0ae29 --- /dev/null +++ b/debootstrap @@ -0,0 +1 @@ +Subproject commit 9e0ae2939592b55dad57b0401a43fd7748e84995 diff --git a/dmcrypt_crypttab b/dmcrypt_crypttab new file mode 160000 index 0000000..5b97bfa --- /dev/null +++ b/dmcrypt_crypttab @@ -0,0 +1 @@ +Subproject commit 5b97bfa5bc7222605ab91b954055707c49c58672 diff --git a/dmcrypt_devices b/dmcrypt_devices new file mode 160000 index 0000000..8aab8fd --- /dev/null +++ b/dmcrypt_devices @@ -0,0 +1 @@ +Subproject commit 8aab8fd1e2cf799dfb49e7d8916e8ce0447530ba diff --git a/filesystems b/filesystems new file mode 160000 index 0000000..712cc97 --- /dev/null +++ b/filesystems @@ -0,0 +1 @@ +Subproject commit 712cc976652df706cb727919431106d3b9f8a264 diff --git a/grub_bootloader b/grub_bootloader new file mode 160000 index 0000000..aba6e10 --- /dev/null +++ b/grub_bootloader @@ -0,0 +1 @@ +Subproject commit aba6e107554d23849c0a730b576e5c473592fa98 diff --git a/installation b/installation new file mode 160000 index 0000000..a4c7d40 --- /dev/null +++ b/installation @@ -0,0 +1 @@ +Subproject commit a4c7d40c305623cd205a551e0c38eede6ab4c7d0 diff --git a/logical_volumes b/logical_volumes new file mode 160000 index 0000000..819ac89 --- /dev/null +++ b/logical_volumes @@ -0,0 +1 @@ +Subproject commit 819ac89b5c9a5da183f2cf83a3e561c3618fba2e diff --git a/mdraid_devices b/mdraid_devices new file mode 160000 index 0000000..8ce3aed --- /dev/null +++ b/mdraid_devices @@ -0,0 +1 @@ +Subproject commit 8ce3aed6bf29ce422dcd3e384aaef6ac6ea9a1b2 diff --git a/network_interfaces b/network_interfaces new file mode 160000 index 0000000..e005b0a --- /dev/null +++ b/network_interfaces @@ -0,0 +1 @@ +Subproject commit e005b0a31dcba46dd131ed643260d22144ae4461 diff --git a/partitioning b/partitioning new file mode 160000 index 0000000..e9cde69 --- /dev/null +++ b/partitioning @@ -0,0 +1 @@ +Subproject commit e9cde6911e79f937495616628e666db11ba66763 diff --git a/partitioning_profile b/partitioning_profile new file mode 160000 index 0000000..21cbe76 --- /dev/null +++ b/partitioning_profile @@ -0,0 +1 @@ +Subproject commit 21cbe767c37def1177797df64b3dfac19bcca528 diff --git a/reboot b/reboot new file mode 160000 index 0000000..46ec462 --- /dev/null +++ b/reboot @@ -0,0 +1 @@ +Subproject commit 46ec46268743e156f7981f406c5826220459930b diff --git a/ssh_host_key b/ssh_host_key new file mode 160000 index 0000000..273c308 --- /dev/null +++ b/ssh_host_key @@ -0,0 +1 @@ +Subproject commit 273c3088a28872cfe6db71c7e14b1db0858d4bb6 diff --git a/swap_devices b/swap_devices new file mode 160000 index 0000000..a3dd303 --- /dev/null +++ b/swap_devices @@ -0,0 +1 @@ +Subproject commit a3dd30369f0233617352d612ece4bc9eea49c0a4 diff --git a/volume_groups b/volume_groups new file mode 160000 index 0000000..6b548d4 --- /dev/null +++ b/volume_groups @@ -0,0 +1 @@ +Subproject commit 6b548d46ae7e701efe8900bf22ca4a421fc16eab