From 0fcbeda498ad32bdd04f15afd5403b22c4547134 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 9 Jan 2025 11:14:34 -0800 Subject: [PATCH] Remove old inventory warnings This resolves the following warnings: [WARNING]: * Failed to parse /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/production with ini plugin: /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/production:12: Section [production:children] includes undefined group: cicognara_production [WARNING]: * Failed to parse /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/production with yaml plugin: We were unable to read either as JSON nor YAML, these are the errors we got from each: JSON: Expecting value: line 1 column 2 (char 1) Syntax Error while loading YAML. did not find expected The error appears to be in '/Users/sandbergj/repos/princeton_ansible/inventory/by_environment/production': line 2, column 1, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: [production:children] abid_production ^ here [WARNING]: Unable to parse /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/production as an inventory source [WARNING]: * Failed to parse /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/staging with ini plugin: /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/staging:11: Section [staging:children] includes undefined group: cicognara_staging [WARNING]: * Failed to parse /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/staging with yaml plugin: We were unable to read either as JSON nor YAML, these are the errors we got from each: JSON: Expecting value: line 1 column 2 (char 1) Syntax Error while loading YAML. did not find expected The error appears to be in '/Users/sandbergj/repos/princeton_ansible/inventory/by_environment/staging': line 2, column 1, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: [staging:children] abid_staging ^ here [WARNING]: Unable to parse /Users/sandbergj/repos/princeton_ansible/inventory/by_environment/staging as an inventory source --- inventory/by_environment/production | 1 - inventory/by_environment/staging | 1 - 2 files changed, 2 deletions(-) diff --git a/inventory/by_environment/production b/inventory/by_environment/production index bb187ea671..afb76013c7 100644 --- a/inventory/by_environment/production +++ b/inventory/by_environment/production @@ -9,7 +9,6 @@ bibdata_production byzantine_production cantaloupe_production cdh_production -cicognara_production derrida_production dpul_production dss_production diff --git a/inventory/by_environment/staging b/inventory/by_environment/staging index 2950d2d88a..d947c0e07a 100644 --- a/inventory/by_environment/staging +++ b/inventory/by_environment/staging @@ -8,7 +8,6 @@ bibdata_staging byzantine_staging cantaloupe_staging cdh_staging -cicognara_staging derrida_staging dpul_staging dss_staging