We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d65e5 commit f14c804Copy full SHA for f14c804
Vagrantfile
@@ -71,7 +71,7 @@ Vagrant.configure("2") do |config|
71
"ps_testpoint" => ["centos7", "ubuntu18"],
72
"ps_testpoint:vars" => {
73
"perfsonar_archive_auth_interfaces" => "{{ ansible_all_ipv4_addresses }}",
74
- "perfsonar_archive_hosts" => "{{ groups['ps-archive'] }}"
+ "perfsonar_archive_hosts" => "{{ groups['ps_archive'] }}"
75
},
76
"ps_archive" => ["esmond"]
77
}
0 commit comments