Add FAS 'sar' script and deploy
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
61a4a55656
commit
62190d66af
2 changed files with 9 additions and 0 deletions
3
roles/fas_server/files/sar.sh
Normal file
3
roles/fas_server/files/sar.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
# This script is used to generate a FAS user link for inclusion in a SAR tarball
|
||||
echo "https://admin.fedoraproject.org/accounts/user/view/${SAR_USERNAME}"
|
|
@ -392,3 +392,9 @@
|
|||
- config
|
||||
- fas
|
||||
- hotfixfas
|
||||
|
||||
- name: Copy SAR script
|
||||
copy: src=sar.sh dest=/usr/local/bin/fas-sar.sh mode=0755 owner=root group=root
|
||||
tags:
|
||||
- config
|
||||
- fas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue