Add autosign02 into ansible until we need to use it.

This commit is contained in:
Kevin Fenzi 2016-04-13 19:19:18 +00:00
parent f41cfff769
commit 80b6443572
2 changed files with 7 additions and 1 deletions

View 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

View file

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