TCWG: Remove old playbooks

Get rid of these confusing playbooks, lets just use the three playbooks
(dev/builders/benchmark)

Change-Id: I9935ff0d28f41212fded407a3f79d482f1ec0b82
diff --git a/playbooks/tcwg-benchmark-sudo.yml b/playbooks/tcwg-benchmark-sudo.yml
deleted file mode 100644
index 2cdb437..0000000
--- a/playbooks/tcwg-benchmark-sudo.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-
-# Playbook to set up sudo for tcwg benchmark boards
-
-
-- hosts: tcwg-bmk
-
-  roles:
-     - tcwg-benchmark-sudo
diff --git a/playbooks/tcwg_base.yml b/playbooks/tcwg_base.yml
deleted file mode 100644
index 3c3ba2d..0000000
--- a/playbooks/tcwg_base.yml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-
-# Playbook to set up basic config (vim-nox, ntpd, static routes)
-
-- hosts: all
-
-  vars:
-     id_key: 2CF4470F
-     repo: 'deb http://ftp.linuxfoundation.org/pub/lsb/repositories/debian lsb-5.0 main'
-     repo_key: http://ftp.linuxfoundation.org/pub/lsb/keys-for-rpm/lsb-repo-2CF4470F.txt
-     extended: false
-
-  roles:
-#     - { role: common, when: ansible_distribution != "Ubuntu" }
-#     - admin-access
-     - common
-     - { role: tcwg-apt-repo-add, when: ansible_architecture == "x86_64" }
-
-#     - tcwg-sys-add-user
-#     - tcwg-sys-ssh-server
-     - tcwg-sysctl
-     - { role: tcwg-stop-not-needed-services, when: ansible_distribution != "Ubuntu" }
-     - tcwg-apt-install
-     - tcwg-infra-sudo
-     - tcwg-docker
-     - tcwg-cpufrequtils
-     - { role: tcwg-perf, when: ansible_cmdline.tegraid is defined }
diff --git a/playbooks/tcwg_base_evo.yml b/playbooks/tcwg_base_evo.yml
deleted file mode 100644
index 0822c7e..0000000
--- a/playbooks/tcwg_base_evo.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-
-# Playbook to set up basic config (vim-nox, ntpd, static routes)
-
-- hosts: all
-
-  vars:
-     id_key: 2CF4470F
-     repo: 'deb http://ftp.linuxfoundation.org/pub/lsb/repositories/debian lsb-5.0 main'
-     repo_key: http://ftp.linuxfoundation.org/pub/lsb/keys-for-rpm/lsb-repo-2CF4470F.txt
-     extended: false
-
-  roles:
-     - tcwg-lava-user
-     - tcwg-dummy-install
diff --git a/playbooks/tcwg_dev.yml b/playbooks/tcwg_dev.yml
deleted file mode 100644
index d44aeec..0000000
--- a/playbooks/tcwg_dev.yml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-
-# Playbook tcwg-dev machines
-
-- hosts: tcwg-dev:tcwg-nvidia-dev
-
-  vars:
-     repo: '"deb http://ftp.linuxfoundation.org/pub/lsb/repositories/debian lsb-5.0 main"'
-     repo_key: http://ftp.linuxfoundation.org/pub/lsb/keys-for-rpm/lsb-repo-2CF4470F.txt
-     tcwg_sshd: True
-
-  roles:
-     - common
-     - lab-sssd-access
-     - { role: tcwg-apt-repo-add, when: ansible_architecture == "x86_64" }
-     - tcwg-apt-install
-     - tcwg-docker
-     - tcwg-infra-sudo
-     - tcwg-iotop
-     - tcwg-noautoupdate
-     - tcwg-service-control
-     - tcwg-stop-not-needed-services
-     - tcwg-sys-add-user
-     - tcwg-sysctl
diff --git a/playbooks/tcwg_ext_packages.yml b/playbooks/tcwg_ext_packages.yml
deleted file mode 100644
index b388e31..0000000
--- a/playbooks/tcwg_ext_packages.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-
-# Playbook to set up basic config (vim-nox, ntpd, static routes)
-
-
-- hosts: all
-
-  roles:
-     - tcwg-additional-packages
diff --git a/playbooks/tcwg_lxc_dummy.yml b/playbooks/tcwg_lxc_dummy.yml
deleted file mode 100644
index 8f22b82..0000000
--- a/playbooks/tcwg_lxc_dummy.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-
-# Playbook to set up basic config (vim-nox, ntpd, static routes)
-
-- hosts: all
-
-  vars:
-     id_key: 2CF4470F
-     repo: '"deb http://ftp.linuxfoundation.org/pub/lsb/repositories/debian lsb-5.0 main"'
-     repo_key: http://ftp.linuxfoundation.org/pub/lsb/keys-for-rpm/lsb-repo-2CF4470F.txt
-     extended: false
-
-  roles:
-     - tcwg-lava-users
-     - tcwg-dummy-install
diff --git a/playbooks/tcwg_schroot_builders.yml b/playbooks/tcwg_schroot_builders.yml
deleted file mode 100644
index 2233a7d..0000000
--- a/playbooks/tcwg_schroot_builders.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-
-# Playbook to setup schroots
-
-- hosts: all
-
-  vars:
-     builders: true
-     testers: false
-
-  roles:
-     - tcwg-schroot-deployment
diff --git a/playbooks/tcwg_schroot_testers.yml b/playbooks/tcwg_schroot_testers.yml
deleted file mode 100644
index 0132134..0000000
--- a/playbooks/tcwg_schroot_testers.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-
-# Playbook to setup schroots for testers
-
-- hosts: all
-
-  vars:
-     testers: true
-     builders: false
-
-  roles:
-     - tcwg-schroot-deployment
diff --git a/playbooks/tcwg_sssd_auth.yml b/playbooks/tcwg_sssd_auth.yml
deleted file mode 100644
index 1808f8f..0000000
--- a/playbooks/tcwg_sssd_auth.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-
-# Playbook to set up basic config (vim-nox, ntpd, static routes)
-
-
-- hosts: all
-
-  vars:
-    tcwg_sshd: True
-
-  roles:
-#      - common
-      - lab-sssd-access