add new servers, install git

This commit is contained in:
Daniel Poelzleithner 2021-03-04 18:13:35 +01:00
parent 1e778a6490
commit ec0805bb67
3 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,10 @@
[hypervisor]
server3.hq.c3d2.de
server4.hq.c3d2.de
server5.hq.c3d2.de
server6.hq.c3d2.de
server7.hq.c3d2.de
server8.hq.c3d2.de
server9.hq.c3d2.de
[hypervisor:vars]
ansible_connection=ssh

View File

@ -0,0 +1,3 @@
# disable multicast snooping otherwise nested ipv6 containers
# will not find gateways and the docker bridge will not get propagated upstream
class/net/vmbr0/bridge/multicast_snooping = 0

View File

@ -11,6 +11,7 @@
- iotop
- latencytop
- ethtool
- git
- name: Adjust sysctl values
copy:
@ -30,4 +31,4 @@
src: /etc/pve/zshrc
dest: ~/.zshrc
state: link
force: yes
force: yes