Merge remote-tracking branch 'origin/master'
This commit is contained in:
Binary file not shown.
@@ -29,6 +29,7 @@ common_basic_packages:
|
||||
- gdisk
|
||||
- lshw
|
||||
- nvme-cli
|
||||
- molly-guard
|
||||
|
||||
common_sysctl: True
|
||||
common_sysctls:
|
||||
|
||||
@@ -22,3 +22,4 @@ common_basic_packages:
|
||||
- lsb-release
|
||||
- python3-apt
|
||||
- python3-pycurl
|
||||
- molly-guard
|
||||
|
||||
@@ -102,5 +102,16 @@ lxc:
|
||||
- lxc.network.hwaddr = 2e:6d:b6:07:10:01
|
||||
- lxc.network.link = br1
|
||||
- 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
|
||||
|
||||
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:
|
||||
proteus:
|
||||
juri:
|
||||
alekse:
|
||||
wostok:
|
||||
fetsite:
|
||||
fet_lxc_void:
|
||||
hosts:
|
||||
sputnik:
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
register: git_clone
|
||||
|
||||
- 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
|
||||
|
||||
- name: lxc - /usr/share/lxc/templates/lxc-voidlinux
|
||||
|
||||
Reference in New Issue
Block a user