Move playbook to correct location
Move the restart_jenkins_master.yaml playbook to the proper playbooks location. Change-Id: Ia2879feca53e0d742ac0b1e3540b573ed8adee19
This commit is contained in:
parent
f472c1ed6a
commit
c4c95b11d8
@ -156,7 +156,7 @@ class openstack_project::puppetmaster (
|
|||||||
weekday => '6',
|
weekday => '6',
|
||||||
hour => '0',
|
hour => '0',
|
||||||
minute => '15',
|
minute => '15',
|
||||||
command => "flock -n /var/run/puppet/restart_jenkins_masters.lock ansible-playbook -f 1 /etc/ansible/playbooks/restart_jenkins_masters.yaml --extra-vars 'user=${jenkins_api_user} password=${jenkins_api_key}' >> /var/log/restart_jenkins_masters.log 2>&1",
|
command => "flock -n /var/run/puppet/restart_jenkins_masters.lock ansible-playbook -f 1 /opt/system-config/production/playbooks/restart_jenkins_masters.yaml --extra-vars 'user=${jenkins_api_user} password=${jenkins_api_key}' >> /var/log/restart_jenkins_masters.log 2>&1",
|
||||||
}
|
}
|
||||||
|
|
||||||
logrotate::file { 'restartjenkinsmasters':
|
logrotate::file { 'restartjenkinsmasters':
|
||||||
|
Loading…
Reference in New Issue
Block a user