Merge remote-tracking branch 'origin/master'

This commit is contained in:
2019-05-15 18:20:13 +02:00
7 changed files with 20 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ common_basic_packages:
- gdisk - gdisk
- lshw - lshw
- nvme-cli - nvme-cli
- molly-guard
common_sysctl: True common_sysctl: True
common_sysctls: common_sysctls:

View File

@@ -22,3 +22,4 @@ common_basic_packages:
- lsb-release - lsb-release
- python3-apt - python3-apt
- python3-pycurl - python3-pycurl
- molly-guard

View File

@@ -102,5 +102,16 @@ lxc:
- lxc.network.hwaddr = 2e:6d:b6:07:10:01 - lxc.network.hwaddr = 2e:6d:b6:07:10:01
- lxc.network.link = br1 - lxc.network.link = br1
- lxc.network.flags = up - lxc.network.flags = up
- lxc.mount.entry = /zv1/andis /var/lib/lxc/lxc-fetsite-01/rootfs/srv/ none bind,create=dir 0 0
- name: fetsite
revision: "02"
template: debian
config:
- lxc.network.type = veth
- lxc.network.hwaddr = 2e:6d:b6:07:10:02
- lxc.network.link = br1
- lxc.network.flags = up
- lxc.mount.entry = /zv1/andis /var/lib/lxc/lxc-fetsite-02/rootfs/srv/ none bind,create=dir 0 0
common_zfs: True common_zfs: True

3
host_vars/fetsite Normal file
View File

@@ -0,0 +1,3 @@
inventory_hostname: fetsite.fet.htu.tuwien.ac.at
inventory_hostname_short: fetsite

View File

@@ -8,6 +8,9 @@ all:
betam: betam:
proteus: proteus:
juri: juri:
alekse:
wostok:
fetsite:
fet_lxc_void: fet_lxc_void:
hosts: hosts:
sputnik: sputnik:

View File

@@ -15,7 +15,7 @@
register: git_clone register: git_clone
- name: lxc - xbps build and install - name: lxc - xbps build and install
shell: cd /opt/xbps && /opt/xbps/configure --enable-debug && make && make install clean && ldconfig shell: cd /opt/xbps && /opt/xbps/configure && make && make install clean && ldconfig
when: git_clone.changed when: git_clone.changed
- name: lxc - /usr/share/lxc/templates/lxc-voidlinux - name: lxc - /usr/share/lxc/templates/lxc-voidlinux