Add FAS 'sar' script and deploy

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-18 10:29:58 +02:00
parent 61a4a55656
commit 62190d66af
2 changed files with 9 additions and 0 deletions

View 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}"

View file

@ -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