Lowercase group names

This commit is contained in:
Sebastian Haderecker 2021-02-13 15:27:36 +01:00
parent 51b15b6510
commit c3ebf8487b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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