From ec0805bb67230e50644f1c2e1e591f706440adcb Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Thu, 4 Mar 2021 18:13:35 +0100 Subject: [PATCH] add new servers, install git --- ansible/hosts | 4 +++- ansible/roles/proxmox/files/sysfs/fix_ipv6.conf | 3 +++ ansible/roles/proxmox/tasks/main.yml | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 ansible/roles/proxmox/files/sysfs/fix_ipv6.conf diff --git a/ansible/hosts b/ansible/hosts index 15efe640..fcbb084b 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -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 diff --git a/ansible/roles/proxmox/files/sysfs/fix_ipv6.conf b/ansible/roles/proxmox/files/sysfs/fix_ipv6.conf new file mode 100644 index 00000000..d8c7bef2 --- /dev/null +++ b/ansible/roles/proxmox/files/sysfs/fix_ipv6.conf @@ -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 diff --git a/ansible/roles/proxmox/tasks/main.yml b/ansible/roles/proxmox/tasks/main.yml index 6aecbfd3..03342e8f 100644 --- a/ansible/roles/proxmox/tasks/main.yml +++ b/ansible/roles/proxmox/tasks/main.yml @@ -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 \ No newline at end of file + force: yes