diff options
author | Tharre <tharre3@gmail.com> | 2018-02-20 02:38:41 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-02-20 03:37:00 +0100 |
commit | 8f84cd821701bbfe79c3ecd110d22a10214dd645 (patch) | |
tree | 4202aff9808be54140ab577f18b604f3edaec75e /defaults | |
parent | 4e32e8d78d2d2bc38ed1c0135d8071fa6a9117f0 (diff) | |
download | ansible-teamspeak-8f84cd821701bbfe79c3ecd110d22a10214dd645.tar.gz ansible-teamspeak-8f84cd821701bbfe79c3ecd110d22a10214dd645.tar.xz ansible-teamspeak-8f84cd821701bbfe79c3ecd110d22a10214dd645.zip |
Vastly simplify and refactor the tasks
This mainly includes the complete removal of all the logic involved with
storing and deleting multiple versions of teamspeak, which is pointless.
All the backup logic has been removed as well, because it is both easier
and simpler to just rsync (or the ansible equivalent) the hole ts3
folder over to the target machine.
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index 708d0d6..2e9d34a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -31,6 +31,3 @@ teamspeak_network: teamspeak_create_default_virtualserver: yes teamspeak_machine_id: - -teamspeak_restore_db_path: -teamspeak_restore_files_path: |