Initial commit of local.yml for testing.

This commit is contained in:
Hyperling 2020-12-21 04:19:21 -06:00
parent ab4d9cf79e
commit c91b125093

18
local.yml Normal file
View File

@ -0,0 +1,18 @@
---
# Harmonize my systems rather than doing everything manually. :)
- hosts: localhost
connection: local
become: true
pre_tasks:
- name: Update Repositories
package:
update_cache: yes
tasks:
- name: Install Software
package:
name:
- htop
- neofetch
- sshfs