Solved bugs

This commit is contained in:
Kevin Veen-Birkenbach 2023-04-18 17:00:30 +02:00
parent 3157f504b0
commit 9f1a4c6fdb
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
# Docker Roles # Docker Roles
- name: setup nextcloud hosts - name: setup nextcloud hosts
hosts: nextcloud hosts: nextcloud_server
become: true become: true
roles: roles:
- role: server_docker-nextcloud - role: server_docker-nextcloud
@ -255,7 +255,7 @@
hosts: swapfile hosts: swapfile
become: false become: false
roles: roles:
- system-swapfile - pc_system-swapfile
- name: setup gaming hosts - name: setup gaming hosts
hosts: gaming hosts: gaming
@ -282,7 +282,7 @@
- pc_application-torbrowser - pc_application-torbrowser
- name: setup nextcloud - name: setup nextcloud
hosts: nextcloud hosts: nextcloud_client
become: true become: true
roles: roles:
- pc_application-nextcloud - pc_application-nextcloud

View File

@ -1,5 +1,5 @@
# This file is created by # This file is created by
# https://github.com/kevinveenbirkenbach/client-playbook/tree/main/roles/pc_application-wireguard # https://github.com/kevinveenbirkenbach/computer-playbook/tree/main/roles/pc_application-wireguard
net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.default.disable_ipv6 = 0