You can also do with plain ansible command for respective host/group/inventory combination, e.g.:
$ ansible my_server -m debug -a 'var=my_secret'
my_server | SUCCESS => {
"my_secret": "373861663362363036363361663037373661353137303762"
}
You can also do with plain ansible command for respective host/group/inventory combination, e.g.:
$ ansible my_server -m debug -a 'var=my_secret'
my_server | SUCCESS => {
"my_secret": "373861663362363036363361663037373661353137303762"
}