7 lines
136 B
YAML
7 lines
136 B
YAML
|
|
---
|
||
|
|
- name: Converge only explicitly admitted host time infrastructure
|
||
|
|
hosts: all
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- role: railiance_clock
|