post_install/h.yml

14 lines
324 B
YAML
Raw Normal View History

2025-04-20 13:44:14 +00:00
---
- hosts: localhost
connection: local
force_handlers: true
roles:
- name: fedora
when: ansible_distribution == 'Fedora'
and
ansible_nodename != 'bluefin'
2025-04-20 13:52:26 +00:00
- name: bluefin
when: ansible_distribution == 'Fedora'
and
2025-04-20 13:58:19 +00:00
ansible_nodename == 'bluefin'