some cleanups

This commit is contained in:
Kevin Fenzi 2016-12-10 20:45:16 +00:00
parent d07e5d122e
commit 808e54c39c
2 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,6 @@
- base
- { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}", when: koji_hub_nfs is defined }
- koji_builder
- koji_builder
- { role: bkernel, when: inventory_hostname.startswith('bkernel') }
- hosts
- { role: fas_client, when: not inventory_hostname.startswith('bkernel') }

View file

@ -49,6 +49,9 @@
- include: "{{ tasks }}/motd.yml"
when: not inventory_hostname.startswith('bkernel')
- name: make sure httpd is running
service: name=httpd state=running enabled=yes
- name: make sure kojid is running
service: name=kojid state=running enabled=yes