Add autosign02 into ansible until we need to use it.
This commit is contained in:
parent
f41cfff769
commit
80b6443572
2 changed files with 7 additions and 1 deletions
6
inventory/group_vars/autosign-hardware
Normal file
6
inventory/group_vars/autosign-hardware
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
# Make connections from signing bridges stateless, they break sigul connections
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1283364
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.qa.fedoraproject.org -j ACCEPT']
|
||||
|
||||
host_group: autosign
|
|
@ -5,7 +5,7 @@
|
|||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=autosign"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: autosign
|
||||
hosts: autosign:autosign-hardware
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue