Merge remote-tracking branch 'origin/master'
This commit is contained in:
Binary file not shown.
@@ -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:
|
||||||
|
|||||||
@@ -22,3 +22,4 @@ common_basic_packages:
|
|||||||
- lsb-release
|
- lsb-release
|
||||||
- python3-apt
|
- python3-apt
|
||||||
- python3-pycurl
|
- python3-pycurl
|
||||||
|
- molly-guard
|
||||||
|
|||||||
@@ -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
3
host_vars/fetsite
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
inventory_hostname: fetsite.fet.htu.tuwien.ac.at
|
||||||
|
inventory_hostname_short: fetsite
|
||||||
|
|
||||||
@@ -8,6 +8,9 @@ all:
|
|||||||
betam:
|
betam:
|
||||||
proteus:
|
proteus:
|
||||||
juri:
|
juri:
|
||||||
|
alekse:
|
||||||
|
wostok:
|
||||||
|
fetsite:
|
||||||
fet_lxc_void:
|
fet_lxc_void:
|
||||||
hosts:
|
hosts:
|
||||||
sputnik:
|
sputnik:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user