Initialize the Ansible role and establish an interface for server configuration. Reviewed-on: #2
7 lines
117 B
YAML
7 lines
117 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- ansible-role-vintage-story
|