ansible: more group fixing. Get playboooks/include and update_ticketkey
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2dfb98136a
commit
2c3ed74a7d
10 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Set up those proxy certificates. Good gravy..
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up all that fedora-web goodness. What a wonder!
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Fedorahosted. No more on our servers, but still in our hearts...
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up all the haproxy stuff.
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up all the other proxy stuff -- miscellaneous
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up those proxy redirects. Wow!
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up those ProxyPassReverse statements. Somebody get me a cup of coffee..
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up some domain rewrites.
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Set up those proxy websites. My, my..
|
||||
hosts: proxies-stg:proxies
|
||||
hosts: proxies_stg:proxies
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
command: /usr/local/bin/generate_ticketkey /root/ticketkey_staging.tkey fpstag
|
||||
|
||||
- name: Push out new ticket key
|
||||
hosts: proxies:proxies-stg
|
||||
hosts: proxies:proxies_stg
|
||||
user: root
|
||||
|
||||
vars_files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue