Make DNS changes affect getfedora.org too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
c964999833
commit
6ad0cd31e0
1 changed files with 4 additions and 1 deletions
|
@ -23,9 +23,12 @@
|
|||
- name: Clone the dns repo into /var/tmp/dns-checkout.....
|
||||
local_action: git repo=/git/dns/ dest={{tmp.stdout}}
|
||||
|
||||
- name: Run zone-template
|
||||
- name: Run zone-template (fedoraproject.org)
|
||||
local_action: command {{tmp.stdout}}/zone-template {{tmp.stdout}}/fedoraproject.org.cfg {{status}} {{ansible_default_ipv4.address}} chdir={{tmp.stdout}}
|
||||
|
||||
- name: Run zone-template (getfedora.org)
|
||||
local_action: command {{tmp.stdout}}/zone-template {{tmp.stdout}}/getfedora.org.cfg {{status}} {{ansible_default_ipv4.address}} chdir={{tmp.stdout}}
|
||||
|
||||
- name: Commit once
|
||||
local_action: command git commit -a -m '{{status}} {{inventory_hostname}}' --author '{{userstring}}' chdir={{tmp.stdout}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue