Ansible: another take a using Ansible to set up dotfiles
This commit is contained in:
parent
be6b93cdde
commit
72896c3feb
6 changed files with 62 additions and 0 deletions
11
Ansible/play-setup.yml
Normal file
11
Ansible/play-setup.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Set up dotfiles
|
||||
hosts: localhost
|
||||
connection: local
|
||||
module_defaults:
|
||||
ansible.builtin.setup:
|
||||
fact_path: "./facts"
|
||||
tasks:
|
||||
- name: Include eryn role
|
||||
ansible.builtin.include_role:
|
||||
name: eryn
|
||||
Loading…
Add table
Add a link
Reference in a new issue