Docker now setup with ansible
This commit is contained in:
7
ansible/nuc.yaml
Normal file
7
ansible/nuc.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: nigel.local
|
||||
remote_user: nigel
|
||||
tasks:
|
||||
- name: Setup basic role on nigel
|
||||
ansible.builtin.include_role:
|
||||
name: local-server-head
|
||||
Reference in New Issue
Block a user