Clean up ntp tasks in sign setup, they moved into ntp role that is required by base now.
This commit is contained in:
parent
b71d6911ae
commit
c9f3bcb83d
1 changed files with 0 additions and 17 deletions
|
@ -13,8 +13,6 @@
|
||||||
yum: state=present name={{ item }}
|
yum: state=present name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- sigul
|
- sigul
|
||||||
- ntp
|
|
||||||
- ntpdate
|
|
||||||
- gnupg1
|
- gnupg1
|
||||||
- rpm-sign
|
- rpm-sign
|
||||||
- bzip2
|
- bzip2
|
||||||
|
@ -53,18 +51,3 @@
|
||||||
|
|
||||||
- name: setup gpg link
|
- name: setup gpg link
|
||||||
file: state=link src=/usr/bin/gpg1 dest=/usr/bin/gpg
|
file: state=link src=/usr/bin/gpg1 dest=/usr/bin/gpg
|
||||||
|
|
||||||
- name: ntp steptickers
|
|
||||||
copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
|
||||||
tags:
|
|
||||||
- ntp
|
|
||||||
|
|
||||||
- name: ntp.conf
|
|
||||||
template: src="{{ roles }}/base/templates/ntp/ntp.conf.j2" dest=/etc/ntp.conf
|
|
||||||
tags:
|
|
||||||
- ntp
|
|
||||||
|
|
||||||
- name: enable ntpd
|
|
||||||
service: name=ntpd enabled=true state=started
|
|
||||||
tags:
|
|
||||||
- ntp
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue