mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix some config for the main planet.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
- /srv/planet/config/people
|
||||
|
||||
- name: base planet config files
|
||||
copy: src=people_base_config dest=/etc/planet/fpbuilder.conf mode=0644 owner=root group=root
|
||||
copy: src=people_base_config dest=/etc/planet/people_base_config mode=0644 owner=root group=root
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
@@ -220,6 +220,11 @@
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
- name: copy the planet fpbulder.conf (people)
|
||||
copy: src=fpbuilder.conf dest=/etc/planet/fpbuilder.conf
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
- name: copy the css and images (people)
|
||||
copy: src=sub-planets/people/{{ item }} dest=/srv/planet/site/people/{{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user