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: localhost:
hosts: hosts:
localhost: localhost-machine:
ansible_user: ansible ansible_connection: local
ansible_host: 127.0.0.1
all: all:
children: children:

View File

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