Very rough cut of sign server setup
This commit is contained in:
parent
e9e5208be6
commit
5da23edfab
3 changed files with 34 additions and 0 deletions
8
tasks/sign_setup.yml
Normal file
8
tasks/sign_setup.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- name: install sigul
|
||||
action: yum state=installed name=$item
|
||||
with_items:
|
||||
- sigul
|
||||
tags:
|
||||
- packages
|
Loading…
Add table
Add a link
Reference in a new issue