File tree Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 5
5
Ansible role to deploy [ Keylime] ( https://github.com/keylime/keylime ) against
6
6
a Hardware TPM.
7
7
8
- The role is currently configured to work with Fedora 30 and 31.
8
+ The role is currently configured to work with Fedora 32.
9
+
9
10
Contributions are welcome, should anyone wish to have this role provision other
10
11
Linux distributions.
11
12
Original file line number Diff line number Diff line change 1
1
---
2
- - name : Clone keylime
3
- git :
4
- repo : https://github.com/keylime/keylime
5
- dest : /root/keylime
6
-
7
- - name : Run python setup tools to install Keylime
8
- command : python3 setup.py install
9
- args :
10
- chdir : /root/keylime
11
-
12
2
- name : Move /etc/keylime.conf into /etc
13
3
command : mv /root/keylime/keylime.conf /etc/keylime.conf
Original file line number Diff line number Diff line change @@ -10,14 +10,18 @@ dependencies:
10
10
' gcc' ,
11
11
' git' ,
12
12
' glib2-devel' ,
13
+ ' keylime'
13
14
' libcurl-devel' ,
14
15
' libgcrypt-devel' ,
15
16
' libstdc++-devel' ,
16
17
' libtool' ,
17
18
' libffi-devel' ,
18
19
' pkg-config' ,
20
+ ' python3-cryptography' ,
19
21
' python3-devel' ,
20
22
' python3-yaml' ,
23
+ ' python3-simplejson' ,
24
+ ' python3-sqlalchemy' ,
21
25
' redhat-rpm-config' ,
22
26
' tpm2-tools' ,
23
27
' tpm2-tss' ,
@@ -27,12 +31,3 @@ dependencies:
27
31
shell_profiles :
28
32
- .bash_profile
29
33
30
- # version variables
31
- tpm2_tss_version : a0d6f7d
32
- tpm2_tools_version : master
33
- tpm2_abrmd_version : master
34
-
35
- # configure arguments
36
- tpm2_tss_configure_args : " ./configure --prefix=/usr --disable-doxygen-doc"
37
- tmp2_tools_configure_args : " TSS2_SYS_CFLAGS=' ' TSS2_SYS_LIBS='-ltss2-sys -L/usr/lib/' ./configure --prefix=/usr/local"
38
- tpm2_abrmd_configure_args : " SAPI_CFLAGS=' ' SAPI_LIBS='-ltss2-sys -L/usr/lib/' ./configure --prefix=/usr"
You can’t perform that action at this time.
0 commit comments