Initial commit of local.yml for testing.
This commit is contained in:
parent
ab4d9cf79e
commit
c91b125093
18
local.yml
Normal file
18
local.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user