Initial commit of PVC Ansible role
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Ansible fact - host_group
|
||||
# {{ ansible_managed }}
|
||||
HOST_GROUP="$( hostname -s | sed 's/[0-9]*//g' )"
|
||||
echo "\"${HOST_GROUP}\""
|
Reference in New Issue
Block a user