add wg to sys and rename cfg

This commit is contained in:
2025-08-20 22:46:12 +10:00
parent 064b6dd7b5
commit bf9621fd69
5 changed files with 55 additions and 0 deletions

22
install-software.yaml Normal file
View File

@@ -0,0 +1,22 @@
---
#- hosts: all
# remote_user: Student121
# become: yes
# tasks:
# - name: Copy file with owner and permissions
# ansible.builtin.copy:
# src: /home/ivan/git/homework2
# dest: /home/student121
# owner: student121
# group: student121
# mode: "0644"
- name: Setup server with Docker and firewall
hosts: all
become: true
roles:
- docker
- firewall
- fail2ban
- rsync
- wireguard