mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-04 14:02:13 +00:00
Lowercase group names
This commit is contained in:
parent
51b15b6510
commit
c3ebf8487b
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
- name: Install T-Pot on new instance
|
- name: Install T-Pot on new instance
|
||||||
hosts: TPOT
|
hosts: tpot
|
||||||
remote_user: linux
|
remote_user: linux
|
||||||
become: yes
|
become: yes
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
|
|
@ -55,4 +55,4 @@
|
||||||
add_host:
|
add_host:
|
||||||
hostname: "{{ tpot_name.stdout }}"
|
hostname: "{{ tpot_name.stdout }}"
|
||||||
ansible_host: "{{ tpot.server.public_v4 }}"
|
ansible_host: "{{ tpot.server.public_v4 }}"
|
||||||
groups: TPOT
|
groups: tpot
|
||||||
|
|
Loading…
Reference in a new issue