Skip to content

Commit

Permalink
zeus: add missing name to play, plus allow to provide a different tar…
Browse files Browse the repository at this point in the history
…get than localhost
  • Loading branch information
Romain Pelisse committed Dec 23, 2024
1 parent 64e18f0 commit 1b69110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zeus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
- name: "Zeus"
hosts: "{{ zeus_target_group | default('localhost') }}"
gather_facts: yes
become: yes
become_user: root
Expand Down

0 comments on commit 1b69110

Please sign in to comment.