Including var file in playbook and pass it to role

Hello,

Have some troubles with including var files. What I need? I keep authorized_keys files for each user in a separate file. For exmpl, let’s say that hostname is f22.

Playbook f22.yml:

I put vars in host_vars/f22 file - and It Works! :slight_smile: