Skip to content

Commit

Permalink
inventory: add new trss server to inventory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Jan 8, 2024
1 parent 0077e29 commit 93dda93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ hosts:

- infrastructure:

- aws:
ubuntu1804-x64-1: {ip: 54.78.186.5, user: ubuntu, description: trss.adoptopenjdk.net}

- azure:
ubuntu2004-x64-1: {ip: 40.121.206.1, user: webmaster, description: jckservices.adoptium.net}
ubuntu2204-x64-1: {ip: 172.187.163.163, user: adoptopenjdk, description: infra-wazuh-server}
ubuntu2204-x64-1: {ip: 20.90.182.165, description: trss.adoptium.net}

Check failure on line 16 in ansible/inventory.yml

View workflow job for this annotation

GitHub Actions / Yamllint

16:11 [key-duplicates] duplication of key "ubuntu2204-x64-1" in mapping

Check failure on line 16 in ansible/inventory.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[key-duplicates]

Duplication of key "ubuntu2204-x64-1" in mapping

- digitalocean:
ubuntu2004-x64-1: {ip: 178.62.115.224, description: bastillion.adoptopenjdk.net}
Expand Down

0 comments on commit 93dda93

Please sign in to comment.