Remove the roles from the datacenter

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-04-12 15:12:19 +02:00
parent 0488446a71
commit f12f17658b

View File

@@ -15,15 +15,6 @@
- role: setup
when: setup is defined
- name: Install tools
hosts: datacenter
remote_user: ansible
roles:
- role: docker
- role: nvm
- role: node
- role: corepack
# Clean up the system
- name: Cleanup
hosts: datacenter