aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/vagrant/ansible/group_vars/vppdevice.yml
blob: b920c3be181e18551f219aef8af927ef5a526efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Ansible interpreter (for PIP)
ansible_python_interpreter: 'python3'
# Settings for VPP Device host group
csit:
  home: '/home/vagrant/csit'
  test_user:
    name: 'testuser'
    password: '$6$/mAr/JDJc0u6/i$sLBptji85Xo/vdAv43bP4NpTaAfSBY8p3G7Uj9p4fKysrvs7XF8.FmlC56j4AzOun6nnf7PA.elytvfWoEHCL1'
    home: '/home/testuser'
    shell: '/bin/bash'
  repository:
    url: 'https://gerrit.fd.io/r/csit'
    version: 'HEAD'