mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Generic random name
This commit is contained in:
parent
c8bd84316f
commit
15ebffa58f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Create T-Pot name
|
||||
shell: echo t-pot-otc-$(pwgen -ns 6 -1)
|
||||
shell: echo t-pot-ansible-$(pwgen -ns 6 -1)
|
||||
register: tpot_name
|
||||
|
||||
- name: Import OpenStack authentication variables
|
||||
|
|
Loading…
Reference in a new issue