Docker now setup with ansible
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s

This commit is contained in:
shockrah 2025-04-16 17:34:03 -07:00
parent 10e936a8da
commit 5f10976264
2 changed files with 7 additions and 0 deletions

7
ansible/nuc.yaml Normal file
View 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