Bootstrap ssh role
This commit is contained in:
commit
1d8a2f42fc
8 changed files with 167 additions and 0 deletions
1
tests/inventory
Normal file
1
tests/inventory
Normal file
|
@ -0,0 +1 @@
|
|||
galaxy-vagrant.example.com
|
5
tests/test.yml
Normal file
5
tests/test.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: galaxy-vagrant.example.com
|
||||
remote_user: root
|
||||
roles:
|
||||
- { role: ../galaxy-ssh, sshd_port: 22 }
|
Loading…
Add table
Add a link
Reference in a new issue