Add autosigner role

- Move builder infrastructure repo to own role
- Add initial tasks to autosigner role
This commit is contained in:
Till Maas 2014-05-30 17:27:33 +02:00 committed by Dennis Gilmore
parent 979fcada2a
commit 682a04b292
7 changed files with 13 additions and 3 deletions

View file

@ -38,6 +38,7 @@
- nagios_client
- fas_client
- collectd/base
- autosigner
tasks:
- include: "{{ tasks }}/hosts.yml"

View file

@ -0,0 +1,3 @@
---
dependencies:
- { role: builder_repo }

View file

@ -0,0 +1,4 @@
- name: add pkgs
yum: state=latest pkg={{ item }}
with_items:
- sigul

View file

@ -0,0 +1,2 @@
- name: add builder infra yum repo
copy: src=builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo

View file

@ -0,0 +1,3 @@
---
dependencies:
- { role: builder_repo }

View file

@ -36,9 +36,6 @@
- /pub/fedora
- /pub/epel
- name: add builder infra yum repo
copy: src=builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo
- name: add pkgs
yum: state=installed pkg={{ item }}
with_items: