From f0eebd0bea04da3dc4a34b22f49ee615698c9686 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sun, 15 Dec 2024 17:12:45 +0100 Subject: [PATCH] ff --- .gitignore | 4 ---- tools/ansible/inventory/hawaii.yml | 8 -------- tools/ansible/inventory/peppermint.yml | 8 -------- 3 files changed, 20 deletions(-) delete mode 100644 tools/ansible/inventory/hawaii.yml delete mode 100644 tools/ansible/inventory/peppermint.yml diff --git a/.gitignore b/.gitignore index cac7cf1..0d700fa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,6 @@ __pycache__ junk/ .vscode .ipynb_checkpoints/ -tools/ansible/inventory/hawaii.yml -tools/ansible/inventory/peppermint.yml -tools/ansible/inventory/cappuccino.yml -tools/ansible/inventory/group_vars/all.yml ffx_test_report.log bin/conversiontest.py *.egg-info/ diff --git a/tools/ansible/inventory/hawaii.yml b/tools/ansible/inventory/hawaii.yml deleted file mode 100644 index 78cec6c..0000000 --- a/tools/ansible/inventory/hawaii.yml +++ /dev/null @@ -1,8 +0,0 @@ -all: - hosts: - hawaii: - ansible_host: refulgent.de - ansible_user: osgw - - ffxSystemUsername: osgw - ffxHomeDirectory: /var/local/osgw/lib/osgw diff --git a/tools/ansible/inventory/peppermint.yml b/tools/ansible/inventory/peppermint.yml deleted file mode 100644 index 0362aa4..0000000 --- a/tools/ansible/inventory/peppermint.yml +++ /dev/null @@ -1,8 +0,0 @@ -all: - hosts: - peppermint: - ansible_host: maveno.de - ansible_user: osgw - - ffxSystemUsername: osgw - ffxHomeDirectory: /var/local/osgw/lib/osgw