summaryrefslogtreecommitdiff
path: root/host_vars/x86-TF-01
blob: 2618dbb4b0423b5ece7fa03ae47346c98c18f104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---

login_groups:
  - systems
  - trustedfirmware-infrastructure
  - buildslave
  - ssh_access_jenkins_slaves
  - ubuntu
  - lava-lab-access

sudo_groups:
  - systems
  - trustedfirmware-infrastructure
  - lava-lab-access

jenkins_ip: 195.154.87.69 #ci.trustedfirmware.org
docker_host: true

nfs_client_mount:
  - path: /srv/shared
    src: 51.159.20.54:/data/shared
    fstype: nfs
    opts: rw,noatime,vers=4.2,hard,intr
    state: mounted