feat(infra): 2n-c7gn, 3n-c7gn
[csit.git] / resources / libraries / bash / function / ansible.sh
index a46c782..699f028 100644 (file)
@@ -28,7 +28,7 @@ function ansible_adhoc () {
     set -exuo pipefail
 
     case "$FLAVOR" in
-        "aws" | "c6in" | "c6gn")
+        "aws" | "c6in" | "c6gn" | "c7gn")
             INVENTORY_PATH="cloud_inventory"
             ;;
         *)
@@ -70,7 +70,7 @@ function ansible_playbook () {
     set -exuo pipefail
 
     case "$FLAVOR" in
-        "aws" | "c6in" | "c6gn")
+        "aws" | "c6in" | "c6gn" | "c7gn")
             INVENTORY_PATH="cloud_inventory"
             ;;
         *)