Add nvim and configure options #39

Merged
noah.knegt merged 10 commits from feature/nvim-and-config into develop 2024-04-16 19:05:55 +02:00
62 changed files with 178 additions and 654 deletions
Showing only changes of commit 9c638deee3 - Show all commits

View File

@@ -26,9 +26,8 @@ pis:
localhost:
hosts:
localhost:
ansible_user: ansible
ansible_host: 127.0.0.1
localhost-machine:
ansible_connection: local
all:
children:

View File

@@ -9,7 +9,7 @@
---
- name: Setup
hosts: datacenter
hosts: all
remote_user: root
roles:
- role: setup
@@ -17,7 +17,7 @@
# Clean up the system
- name: Cleanup
hosts: datacenter
hosts: all
remote_user: ansible
become: true
tasks: