role separation

This commit is contained in:
Warezjoe
2024-08-08 09:39:04 +02:00
parent fca0d8655b
commit 8bd24c852f
192 changed files with 113 additions and 3884 deletions

View File

@@ -1,40 +0,0 @@
---
- name: Administration
become: true
ansible.builtin.package:
name:
- htop
- mc
- nano
- net-tools
- ncdu
- nmap
- telnet
- gpg
- openssh-server
- neofetch
- sudo
- powertop
- rsync
- iotop
- screen
- python3
- python3-pip
- mycli
state: present
- name: Wireguard deb
become: true
ansible.builtin.package:
name:
- wireguard
state: present
when: ansible_os_family == 'Debian'
- name: Wireguard other
become: true
ansible.builtin.package:
name:
- wireguard-tools
state: present
when: ansible_os_family != 'Debian'

View File

@@ -1,5 +0,0 @@
---
# tasks file for tools_for_command_line
- name: Critical system
ansible.builtin.include_tasks:
administration.yml