Some more cleanup.
This commit is contained in:
parent
0f3395189e
commit
899cff9492
2 changed files with 2 additions and 9 deletions
|
@ -86,15 +86,7 @@
|
||||||
action: copy src="{{ private }}/files/koji/buildercerts/{{ inventory_hostname }}.pem" dest=/etc/kojid/kojibuilder.pem mode=600
|
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
|
- name: chkconfig kojid on and leave it running
|
||||||
action: service name=kojid enabled=on
|
action: service name=kojid enabled=on state=started
|
||||||
# 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
|
|
||||||
|
|
||||||
# idmapd and make sure it's set to run
|
# idmapd and make sure it's set to run
|
||||||
- name: idmapd.conf
|
- name: idmapd.conf
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
command: cat /etc/grub2.cfg
|
command: cat /etc/grub2.cfg
|
||||||
register: max_loop
|
register: max_loop
|
||||||
always_run: yes
|
always_run: yes
|
||||||
|
changed_when: '1 != 1'
|
||||||
|
|
||||||
- name: set kernel params for more loops
|
- name: set kernel params for more loops
|
||||||
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue