More organization and beginning to add 1337 share.

This commit is contained in:
2021-02-01 05:03:27 -06:00
parent 834800df8c
commit af1eee5f03
12 changed files with 34 additions and 9 deletions

View File

@ -0,0 +1,15 @@
---
- name: Remove CUPS Daemon
service:
name: "{{ cups }}"
pattern: "{{ cups_pattern }}"
state: stopped
enabled: no
- name: Remove CUPS-Browse Daemon
service:
name: "{{ cups_browse }}"
pattern: "{{ cups_browse_pattern }}"
state: stopped
enabled: no

View File

@ -0,0 +1,18 @@
---
- name: Install Repo Software
package:
name:
- sudo
- htop
- neofetch
- "{{ sshfs }}"
- locate
state: present
- name: Remove Repo Software
package:
name:
- cowsay # Sorry ;)
- snapd
state: absent