6 lines
158 B
YAML
6 lines
158 B
YAML
# SPDX-License-Identifier: MIT
|
|
fqdn_reverse: '{{ inventory_hostname | split(".") | reverse | join("/") }}'
|
|
reset_password_for_account:
|
|
- 'build'
|
|
- 'root'
|