Include ssh port, country, isp and wiki page in inventory.yml

This commit is contained in:
2023-05-14 19:08:15 +08:00
parent 53b6a53168
commit c5c9f75cc8
6 changed files with 21 additions and 43 deletions

View File

@@ -59,16 +59,8 @@ INSTANCE_PRIVACY:
DATA_COLLECTED_DEVICE: true
DATA_COLLECTED_DIAGNOSTIC_ONLY: false
{% if inventory_hostname == 'eu' %}
INSTANCE_COUNTRY: "Luxembourg"
INSTANCE_PROVIDER: "BuyVM"
{% else if inventory_hostname == 'us' %}
INSTANCE_COUNTRY: "United States"
INSTANCE_PROVIDER: "Digital Ocean"
{% else if inventory_hostname == 'in' %}
INSTANCE_COUNTRY: "India"
INSTANCE_PROVIDER: "Bharti Airtel"
{% endif %}
INSTANCE_COUNTRY: "{{country}}"
INSTANCE_PROVIDER: "{{isp}}"
# Cloudflare use is discouraged. You can set this to false if it is not proxied (gray cloud icon)
INSTANCE_CLOUDFLARE: false