mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add FreeBSD to Shippable CI. (#16883)
This commit is contained in:
@@ -98,6 +98,8 @@ endif
|
||||
# Otherwise use the test_default inventory group, which runs fewer tests, but should work on any system.
|
||||
ifeq ($(container),docker)
|
||||
TEST_CONNECTION_FILTER := 'test_docker'
|
||||
else ifeq ($(container),freebsd)
|
||||
TEST_CONNECTION_FILTER := 'test_freebsd'
|
||||
else
|
||||
TEST_CONNECTION_FILTER := 'test_default'
|
||||
endif
|
||||
|
||||
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
|
||||
@@ -81,3 +81,8 @@ chroot
|
||||
test_default
|
||||
ssh
|
||||
paramiko_ssh
|
||||
|
||||
[test_freebsd:children]
|
||||
test_default
|
||||
ssh
|
||||
paramiko_ssh
|
||||
|
||||
Reference in New Issue
Block a user