docs(group_vars): clarify ansible_user=admin is a bootstrap default
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3abb937a03
commit
5c04b3405b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
ansible_connection: ansible.netcommon.network_cli
|
||||
ansible_network_os: community.routeros.routeros
|
||||
# Bootstrap default. play_bootstrap.yml creates a named admin user and imports the
|
||||
# operator SSH key; thereafter override ansible_user to that named user (host_vars).
|
||||
ansible_user: admin
|
||||
ansible_ssh_private_key_file: "~/.ssh/id_ed25519"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue