Reorganization.
This commit is contained in:
parent
d1d11369c9
commit
b318d6a6a6
@ -45,22 +45,22 @@
|
||||
|
||||
tasks:
|
||||
# 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"
|
||||
|
||||
# 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
|
||||
|
||||
- name: Workstation | Linux | Packages | Not Implemented
|
||||
shell: echo "Not implemented yet. :("
|
||||
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"
|
||||
|
||||
post_tasks:
|
||||
- include: tasks/general/software/gnome.yml
|
||||
- include: tasks/workstation/settings/gnome.yml
|
||||
|
||||
|
||||
# Create reports to analyze security.
|
||||
|
2
tasks/miner/cpu/xmr.yml
Normal file
2
tasks/miner/cpu/xmr.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# Mine monero with CPUs!
|
2
tasks/miner/gpu/eth.yml
Normal file
2
tasks/miner/gpu/eth.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# Mine Ethereum with GPU!
|
Loading…
x
Reference in New Issue
Block a user