Very rough cut of sign server setup

This commit is contained in:
Kevin Fenzi 2013-06-03 23:22:13 +00:00
parent e9e5208be6
commit 5da23edfab
3 changed files with 34 additions and 0 deletions

8
tasks/sign_setup.yml Normal file
View file

@ -0,0 +1,8 @@
---
- name: install sigul
action: yum state=installed name=$item
with_items:
- sigul
tags:
- packages