netz39-infra-ansible/host-oganesson.yml
Alexander Dahl bc43af38d9 🚨 Add names to plays to fix name[play] linter warnings
Adds basic descriptions on what those host are supposed to do.
2025-03-02 09:22:05 +01:00

13 lines
196 B
YAML

---
- name: Setup things on host 'oganesson' (ssh jump host vm)
hosts: oganesson.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
tasks:
handlers: