remove hostname and snmpd_conf roles for now
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
add test scripts add legacy and current callback plugin enablement
This commit is contained in:
15
testing/env-test.sh
Executable file
15
testing/env-test.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
CNAME="testing"
|
||||
IMG_TAG="release"
|
||||
|
||||
echo "Which environment to test? (centos9, fedora39, debian11, debian12)"
|
||||
read test_environment
|
||||
|
||||
podman pull gitea.thezengarden.net/podman/ansible-dev/${test_environment}:${IMG_TAG}
|
||||
|
||||
podman run -ti --rm --name ${CNAME} --hostname ${CNAME} \
|
||||
-v /home/chris/Development/Ansible/Plays/baseos:/opt/ansible/baseos \
|
||||
-v /home/chris/Development/Ansible/Collections/jchristianh/baseos:/opt/ansible/baseos/collections/ansible_collections/jchristianh/baseos \
|
||||
gitea.thezengarden.net/podman/ansible-dev/${test_environment}:${IMG_TAG} \
|
||||
/bin/bash
|
Reference in New Issue
Block a user