diff --git a/requirements.yml b/requirements.yml index fcc07a8..49e8b7c 100644 --- a/requirements.yml +++ b/requirements.yml @@ -4,7 +4,7 @@ collections: - name: jchristianh.baseos source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git type: git - version: 1.0.22 + version: 1.0.23 # Galaxy Collections - name: community.general diff --git a/testing/ansible-test-specific-role.sh b/testing/ansible-test-specific-role.sh new file mode 100755 index 0000000..8c78f2d --- /dev/null +++ b/testing/ansible-test-specific-role.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ansible-playbook -v -i localhost, --connection=local baseos.yml -e baseos_include_roles="['jchristianh.baseos.node_status','jchristianh.baseos.hostname']"