skylab
/
skylab-ansible
Archived
2
0
Fork 0
This repository has been archived on 2023-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
skylab-ansible/skylab/core/playbooks/tasks/meta/runtime-group-determination...

13 lines
283 B
YAML

---
- name: Group EdgeOS hosts
when: ansible_kernel.endswith('UBNT')
changed_when: false
group_by:
key: edgeos
- name: Group supported Linux hosts
when: ansible_distribution == "Rocky" or ansible_distribution == "Fedora"
changed_when: false
group_by:
key: linux