Generic random name

This commit is contained in:
Sebastian Haderecker 2019-07-02 08:44:58 +00:00
parent c8bd84316f
commit 15ebffa58f

View file

@ -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