ansible-workstation/local.yml
2024-11-20 13:06:32 -06:00

7 lines
155 B
YAML

---
- hosts: all
tasks:
- name: determine hostname if this is running from archiso
debug: msg=hello
- import_playbook: playbooks/install.yaml