fix some entries pointing to bastion02 to bastion-iad
This commit is contained in:
parent
9dccde7482
commit
32552ec77e
7 changed files with 17 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: run fasClient -a to make email aliases on bastion
|
- name: run fasClient -a to make email aliases on bastion
|
||||||
hosts: bastion01.phx2.fedoraproject.org:bastion02.phx2.fedoraproject.org
|
hosts: bastion01.phx2.fedoraproject.org:bastion02.phx2.fedoraproject.org:bastion01.iad2.fedoraproject.org:bastion02.iad2.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: run fasClient -a to make email aliases on bastion
|
- name: run fasClient -a to make email aliases on bastion
|
||||||
hosts: bastion01.phx2.fedoraproject.org:bastion02.phx2.fedoraproject.org
|
hosts: bastion01.phx2.fedoraproject.org:bastion02.phx2.fedoraproject.org:bastion01.iad2.fedoraproject.org:bastion02.iad2.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
# "refile:/etc/opendkim/SigningTable" is included in /etc/opendkim.conf.
|
# "refile:/etc/opendkim/SigningTable" is included in /etc/opendkim.conf.
|
||||||
# Create additional lines for additional domains.
|
# Create additional lines for additional domains.
|
||||||
|
|
||||||
*@fedoraproject.org bastion._domainkey.fedoraproject.org
|
*@fedoraproject.org bastion-iad._domainkey.fedoraproject.org
|
||||||
*@lists.fedoraproject.org bastion._domainkey.fedoraproject.org
|
*@lists.fedoraproject.org bastion-iad._domainkey.fedoraproject.org
|
||||||
*@stg.fedoraproject.org bastion._domainkey.fedoraproject.org
|
*@stg.fedoraproject.org bastion-iad._domainkey.fedoraproject.org
|
||||||
pagure@pagure.io bastion._domainkey.pagure.io
|
pagure@pagure.io bastion-iad._domainkey.pagure.io
|
||||||
|
|
||||||
# NON-WILDCARD EXAMPLE
|
# NON-WILDCARD EXAMPLE
|
||||||
# If "file:" (instead of "refile:") is specified in /etc/opendkim.conf, then
|
# If "file:" (instead of "refile:") is specified in /etc/opendkim.conf, then
|
||||||
|
|
|
@ -88,14 +88,14 @@ Canonicalization relaxed/relaxed
|
||||||
# Domain fedoraproject.org
|
# Domain fedoraproject.org
|
||||||
|
|
||||||
## Defines the name of the selector to be used when signing messages.
|
## Defines the name of the selector to be used when signing messages.
|
||||||
Selector bastion
|
Selector bastion-iad
|
||||||
|
|
||||||
## Specifies the minimum number of key bits for acceptable keys and signatures.
|
## Specifies the minimum number of key bits for acceptable keys and signatures.
|
||||||
MinimumKeyBits 1024
|
MinimumKeyBits 1024
|
||||||
|
|
||||||
## Gives the location of a private key to be used for signing ALL messages. This
|
## Gives the location of a private key to be used for signing ALL messages. This
|
||||||
## directive is ignored if KeyTable is enabled.
|
## directive is ignored if KeyTable is enabled.
|
||||||
KeyFile /etc/opendkim/keys/bastion.key
|
KeyFile /etc/opendkim/keys/bastion-iad.key
|
||||||
|
|
||||||
## Gives the location of a file mapping key names to signing keys. In simple terms,
|
## Gives the location of a file mapping key names to signing keys. In simple terms,
|
||||||
## this tells OpenDKIM where to find your keys. If present, overrides any KeyFile
|
## this tells OpenDKIM where to find your keys. If present, overrides any KeyFile
|
||||||
|
|
|
@ -39,6 +39,13 @@
|
||||||
- config
|
- config
|
||||||
- base
|
- base
|
||||||
|
|
||||||
|
- name: install bastion-iad opendkim key from private
|
||||||
|
copy: src={{ private }}/files/opendkim/bastion-iad.key dest=/etc/opendkim/keys/bastion-iad.key mode=0600 owner=opendkim group=opendkim
|
||||||
|
tags:
|
||||||
|
- opendkim
|
||||||
|
- config
|
||||||
|
- base
|
||||||
|
|
||||||
- name: install pagure opendkim key from private
|
- name: install pagure opendkim key from private
|
||||||
copy: src={{ private }}/files/opendkim/pagure.key dest=/etc/opendkim/keys/pagure.key mode=0600 owner=opendkim group=opendkim
|
copy: src={{ private }}/files/opendkim/pagure.key dest=/etc/opendkim/keys/pagure.key mode=0600 owner=opendkim group=opendkim
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -7,6 +7,7 @@ proto udp
|
||||||
# Specify multiple vpn servers here
|
# Specify multiple vpn servers here
|
||||||
remote gateway
|
remote gateway
|
||||||
remote bastion02
|
remote bastion02
|
||||||
|
remote bastion-iad01
|
||||||
|
|
||||||
resolv-retry infinite
|
resolv-retry infinite
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ proto udp
|
||||||
# Specify multiple vpn servers here
|
# Specify multiple vpn servers here
|
||||||
remote gateway
|
remote gateway
|
||||||
remote bastion02
|
remote bastion02
|
||||||
|
remote bastion-iad01
|
||||||
|
|
||||||
resolv-retry infinite
|
resolv-retry infinite
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue