Some more cleanup.

This commit is contained in:
Kevin Fenzi 2014-01-24 23:51:45 +00:00
parent 0f3395189e
commit 899cff9492
2 changed files with 2 additions and 9 deletions

View file

@ -86,15 +86,7 @@
action: copy src="{{ private }}/files/koji/buildercerts/{{ inventory_hostname }}.pem" dest=/etc/kojid/kojibuilder.pem mode=600
- name: chkconfig kojid on and leave it running
action: service name=kojid enabled=on
# action: service name=kojid enabled=on state=started
- name: add root ssh key
authorized_key: user=root key="{{ item }}"
with_file:
- "{{ files }}/kojibuilder/root_auth_keys"
tags:
- config
action: service name=kojid enabled=on state=started
# idmapd and make sure it's set to run
- name: idmapd.conf

View file

@ -5,6 +5,7 @@
command: cat /etc/grub2.cfg
register: max_loop
always_run: yes
changed_when: '1 != 1'
- name: set kernel params for more loops
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64