Docker now setup with ansible
This commit is contained in:
parent
10e936a8da
commit
5f10976264
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
|
0
ansible/roles/local-server-head/vars/main.yaml
Normal file
0
ansible/roles/local-server-head/vars/main.yaml
Normal file
Loading…
Reference in New Issue
Block a user