Reorganization.

This commit is contained in:
Hyperling 2021-02-11 07:03:04 -06:00
parent d1d11369c9
commit b318d6a6a6
8 changed files with 8 additions and 4 deletions

View File

@ -45,22 +45,22 @@
tasks: tasks:
# Set up any systems that do not come with Desktop Environments # Set up any systems that do not come with Desktop Environments
- include: tasks/freebsd/software/gui.yml - include: tasks/workstation/freebsd/software/gui.yml
when: ansible_system == "FreeBSD" when: ansible_system == "FreeBSD"
# Additional tasks to configure systems with Desktop Environments # Additional tasks to configure systems with Desktop Environments
- include: tasks/linux/software/flatpaks.yml - include: tasks/workstation/linux/software/flatpaks.yml
when: ansible_system == "Linux" and flatpak_distro when: ansible_system == "Linux" and flatpak_distro
- name: Workstation | Linux | Packages | Not Implemented - name: Workstation | Linux | Packages | Not Implemented
shell: echo "Not implemented yet. :(" shell: echo "Not implemented yet. :("
when: ansible_system == "Linux" and not flatpak_distro when: ansible_system == "Linux" and not flatpak_distro
- include: tasks/linux/cron/ansible.yml - include: tasks/workstation/linux/cron/ansible.yml
when: ansible_system == "Linux" when: ansible_system == "Linux"
post_tasks: post_tasks:
- include: tasks/general/software/gnome.yml - include: tasks/workstation/settings/gnome.yml
# Create reports to analyze security. # Create reports to analyze security.

2
tasks/miner/cpu/xmr.yml Normal file
View File

@ -0,0 +1,2 @@
---
# Mine monero with CPUs!

2
tasks/miner/gpu/eth.yml Normal file
View File

@ -0,0 +1,2 @@
---
# Mine Ethereum with GPU!