Skip to content
Snippets Groups Projects

get rid of hardcoded remote user

Closed Aleksandr Kurbatov requested to merge v1.0.49 into develop
9 files
+ 3
15
Compare changes
  • Side-by-side
  • Inline
Files
9
- name: Manage base config playbook
- name: Manage base config playbook
hosts: all
hosts: all
gather_facts: false
gather_facts: false
# remote_user: admin
# remote_user: geant-gap-test
roles:
roles:
- Juniper.junos
- Juniper.junos
- ../roles/base_config
- ../roles/base_config
Loading