From 127f0c2c924295fb7230ed0b1b38ccfc76f8ce69 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 23 Feb 2024 17:30:36 +0100 Subject: [PATCH] point installer and ansible to alpha --- install.sh | 2 +- installer/install/tpot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5db8e5f0..c1a1112c 100755 --- a/install.sh +++ b/install.sh @@ -118,7 +118,7 @@ fi if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ]; then echo "### Now downloading T-Pot Ansible Installation Playbook ... " - wget -qO tpot.yml https://github.com/telekom-security/tpotce/raw/dev/installer/install/tpot.yml + wget -qO tpot.yml https://github.com/telekom-security/tpotce/raw/alpha/installer/install/tpot.yml myANSIBLE_TPOT_PLAYBOOK="tpot.yml" echo else diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index 432e0c0e..e9b2523a 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -652,7 +652,7 @@ git: repo: 'https://github.com/telekom-security/tpotce' dest: '/home/{{ ansible_user_id }}/tpotce/' - version: dev + version: alpha clone: yes update: no when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "openSUSE Tumbleweed", "Raspbian", "Rocky", "Ubuntu"]