role separation
This commit is contained in:
@@ -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'
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
# tasks file for tools_for_command_line
|
||||
- name: Critical system
|
||||
ansible.builtin.include_tasks:
|
||||
administration.yml
|
||||
Reference in New Issue
Block a user