Import the files that were in the infra ansible repo

https://infrastructure.fedoraproject.org/infra/ansible/roles/ipsilon/files/

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-10 11:06:15 +02:00
parent 7e42976c1b
commit fc9d0f5183
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
14 changed files with 2314 additions and 0 deletions

10
install.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
set -e
PYDIR=`python3 -Ic "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`
set -x
cp -afv ipsilon ${ROOT}${PYDIR}/
cp -afv openid ${ROOT}${PYDIR}/