mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
original file for hotfix of mirrorlist_server
This commit is contained in:
1044
roles/mirrorlist/files/mirrorlist_server.py
Executable file
1044
roles/mirrorlist/files/mirrorlist_server.py
Executable file
File diff suppressed because it is too large
Load Diff
@@ -12,6 +12,14 @@
|
||||
tags:
|
||||
- packages
|
||||
|
||||
# Put in the HOTFIX
|
||||
- name: HOTFIX mirrorlist_server.py
|
||||
src=mirrorlist_server.py dest=/usr/share/mirrormanager/mirrorlist-server/mirrorlist_server.py
|
||||
tags:
|
||||
- files
|
||||
notify:
|
||||
- restart httpd
|
||||
|
||||
# mirrormanager user ssh key(s)
|
||||
- name: add authorized_keys for mirrormanager
|
||||
authorized_key: key="{{ item }}" user=mirrormanager state=present
|
||||
|
||||
Reference in New Issue
Block a user