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