Michal Zegan | 3bf88a8 | 2019-08-22 14:55:16 +0200 | [diff] [blame] | 1 | #Resource host configuration. |
2 | #Define used private key. | ||||
3 | ansible_private_key_file: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa" | ||||
4 | #User login data. | ||||
5 | ansible_user: root | ||||
6 | ansible_become: no |