Inititial setup (#2)
Initialize the Ansible role and establish an interface for server configuration. Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
3
tests/inventory
Normal file
3
tests/inventory
Normal file
@@ -0,0 +1,3 @@
|
||||
#SPDX-License-Identifier: MIT-0
|
||||
localhost
|
||||
|
||||
6
tests/test.yml
Normal file
6
tests/test.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- ansible-role-vintage-story
|
||||
Reference in New Issue
Block a user