mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
point installer and ansible to alpha
This commit is contained in:
parent
31f09413e0
commit
127f0c2c92
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ fi
|
||||||
if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ];
|
if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ];
|
||||||
then
|
then
|
||||||
echo "### Now downloading T-Pot Ansible Installation Playbook ... "
|
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"
|
myANSIBLE_TPOT_PLAYBOOK="tpot.yml"
|
||||||
echo
|
echo
|
||||||
else
|
else
|
||||||
|
|
|
@ -652,7 +652,7 @@
|
||||||
git:
|
git:
|
||||||
repo: 'https://github.com/telekom-security/tpotce'
|
repo: 'https://github.com/telekom-security/tpotce'
|
||||||
dest: '/home/{{ ansible_user_id }}/tpotce/'
|
dest: '/home/{{ ansible_user_id }}/tpotce/'
|
||||||
version: dev
|
version: alpha
|
||||||
clone: yes
|
clone: yes
|
||||||
update: no
|
update: no
|
||||||
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "openSUSE Tumbleweed", "Raspbian", "Rocky", "Ubuntu"]
|
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "openSUSE Tumbleweed", "Raspbian", "Rocky", "Ubuntu"]
|
||||||
|
|
Loading…
Reference in a new issue