original file for hotfix of mirrorlist_server
This commit is contained in:
parent
9947226759
commit
de8aa400cd
2 changed files with 1052 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue