mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Add FreeBSD to Shippable CI. (#16883)
This commit is contained in:
parent
6dc148d82c
commit
e2602e9be0
7 changed files with 278 additions and 17 deletions
8
test/integration/inventory.remote.template
Normal file
8
test/integration/inventory.remote.template
Normal file
|
@ -0,0 +1,8 @@
|
|||
[posix]
|
||||
remote
|
||||
|
||||
[posix:vars]
|
||||
ansible_connection=ssh
|
||||
ansible_host=@ansible_host
|
||||
ansible_user=@ansible_user
|
||||
ansible_python_interpreter=/usr/local/bin/python2
|
Loading…
Add table
Add a link
Reference in a new issue