We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ac38b commit aa526a2Copy full SHA for aa526a2
changelogs/fragments/devsec.yml
@@ -0,0 +1,3 @@
1
+---
2
+bugfixes:
3
+ - "devsec: changed hosts=all to hosts={{ hostgroup | default('all') }} (oravirt#479)"
playbooks/dev_sec.yml
@@ -1,6 +1,6 @@
---
- name: Configure devsec Security on Hosts
- hosts: all
+ hosts: "{{ hostgroup | default('all') }}"
4
any_errors_fatal: true
5
become: true
6
become_user: root
0 commit comments