3 simple questions

Sorry if this is obvious but I’m having problems finding this info

For playbooks

  1. is there an easy way, without changing the verbose level, to echo to stdout the value of a variable or variable structure (json)
  2. what is the variable name that contains the hostname being processed
  3. what is the vaiable name for the keyfile path/filename

thanks

Eric

  1. debug module “debug: msg={{var}}”
  2. inventory_hostname
  3. ?

thanks Brian

eric