Skip to content

Commit 79db1c0

Browse files
authored
inventory: remove spearhead freebsd system (#3504)
1 parent 2d54a90 commit 79db1c0

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

ansible/inventory.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ hosts:
7474
win2012r2-x64-2: {ip: 169.48.4.142, user: Administrator}
7575
win2022-x64-1: {ip: 52.118.206.11, user: Administrator}
7676

77-
- spearhead:
78-
freebsd12-x64-1: {ip: 185.131.222.224}
79-
8077
- docker:
8178

8279
- skytap:

ansible/playbooks/nagios/roles/Nagios_Config/files/Nagios_Server_Config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929

3030
## Define Any Hosts That Should Be Excluded
3131

32-
excluded_hosts = {'build-spearhead-freebsd12-x64-1',
33-
'test-inspira-solaris10u11-sparcv9-1',
32+
excluded_hosts = {'test-inspira-solaris10u11-sparcv9-1',
3433
'build-inspira-solaris10u11-sparcv9-1',
3534
'build-inspira-solaris10u11-sparcv9-2',
3635
'infrastructure-aws-ubuntu1804-x64-1',

ansible/plugins/inventory/adoptopenjdk_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# providers - validated for consistency
4949
'provider': ('alibaba', 'azure', 'marist', 'osuosl',
50-
'macstadium', 'macincloud', 'ibmcloud', 'spearhead', 'siteox',
50+
'macstadium', 'macincloud', 'ibmcloud', 'siteox',
5151
'equinix', 'linaro','digitalocean', 'ibm', 'godaddy',
5252
'aws', 'inspira', 'equinix_esxi', 'nine', 'scaleway', 'skytap',
5353
'hetzner')

0 commit comments

Comments
 (0)