Browse Source

installation roles

master
parent
commit
a1a078a190
16 changed files with 75 additions and 0 deletions
  1. +60
    -0
      .gitmodules
  2. +1
    -0
      debootstrap
  3. +1
    -0
      dmcrypt_crypttab
  4. +1
    -0
      dmcrypt_devices
  5. +1
    -0
      filesystems
  6. +1
    -0
      grub_bootloader
  7. +1
    -0
      installation
  8. +1
    -0
      logical_volumes
  9. +1
    -0
      mdraid_devices
  10. +1
    -0
      network_interfaces
  11. +1
    -0
      partitioning
  12. +1
    -0
      partitioning_profile
  13. +1
    -0
      reboot
  14. +1
    -0
      ssh_host_key
  15. +1
    -0
      swap_devices
  16. +1
    -0
      volume_groups

+ 60
- 0
.gitmodules View File

@@ -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

+ 1
- 0
debootstrap

@@ -0,0 +1 @@
Subproject commit 9e0ae2939592b55dad57b0401a43fd7748e84995

+ 1
- 0
dmcrypt_crypttab

@@ -0,0 +1 @@
Subproject commit 5b97bfa5bc7222605ab91b954055707c49c58672

+ 1
- 0
dmcrypt_devices

@@ -0,0 +1 @@
Subproject commit 8aab8fd1e2cf799dfb49e7d8916e8ce0447530ba

+ 1
- 0
filesystems

@@ -0,0 +1 @@
Subproject commit 712cc976652df706cb727919431106d3b9f8a264

+ 1
- 0
grub_bootloader

@@ -0,0 +1 @@
Subproject commit aba6e107554d23849c0a730b576e5c473592fa98

+ 1
- 0
installation

@@ -0,0 +1 @@
Subproject commit a4c7d40c305623cd205a551e0c38eede6ab4c7d0

+ 1
- 0
logical_volumes

@@ -0,0 +1 @@
Subproject commit 819ac89b5c9a5da183f2cf83a3e561c3618fba2e

+ 1
- 0
mdraid_devices

@@ -0,0 +1 @@
Subproject commit 8ce3aed6bf29ce422dcd3e384aaef6ac6ea9a1b2

+ 1
- 0
network_interfaces

@@ -0,0 +1 @@
Subproject commit e005b0a31dcba46dd131ed643260d22144ae4461

+ 1
- 0
partitioning

@@ -0,0 +1 @@
Subproject commit e9cde6911e79f937495616628e666db11ba66763

+ 1
- 0
partitioning_profile

@@ -0,0 +1 @@
Subproject commit 21cbe767c37def1177797df64b3dfac19bcca528

+ 1
- 0
reboot

@@ -0,0 +1 @@
Subproject commit 46ec46268743e156f7981f406c5826220459930b

+ 1
- 0
ssh_host_key

@@ -0,0 +1 @@
Subproject commit 273c3088a28872cfe6db71c7e14b1db0858d4bb6

+ 1
- 0
swap_devices

@@ -0,0 +1 @@
Subproject commit a3dd30369f0233617352d612ece4bc9eea49c0a4

+ 1
- 0
volume_groups

@@ -0,0 +1 @@
Subproject commit 6b548d46ae7e701efe8900bf22ca4a421fc16eab

Loading…
Cancel
Save