diff options
author | Matt Woodson <mwoodson@gmail.com> | 2016-01-18 15:47:54 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@gmail.com> | 2016-01-18 15:47:54 -0500 |
commit | 6fe8100badf6be308f89a690646811af9891633e (patch) | |
tree | d8b22ed79c472edba4bbbf81bce20dbe9d4ee9f0 /roles/chrony/meta | |
parent | ee3aec770b6b1a2b0212b432a920e3d846e56044 (diff) | |
parent | a1c9b13d81d8c94c7764524809f5419a5d3ff73d (diff) | |
download | openshift-6fe8100badf6be308f89a690646811af9891633e.tar.gz openshift-6fe8100badf6be308f89a690646811af9891633e.tar.bz2 openshift-6fe8100badf6be308f89a690646811af9891633e.tar.xz openshift-6fe8100badf6be308f89a690646811af9891633e.zip |
Merge pull request #1218 from mwoodson/chrony
new role: chrony so that servers can use ntp
Diffstat (limited to 'roles/chrony/meta')
-rw-r--r-- | roles/chrony/meta/main.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/chrony/meta/main.yml b/roles/chrony/meta/main.yml new file mode 100644 index 000000000..85595d7c3 --- /dev/null +++ b/roles/chrony/meta/main.yml @@ -0,0 +1,18 @@ +--- +galaxy_info: + author: Openshift Operations + description: Configure chrony as an ntp server + company: Red Hat + license: Apache 2.0 + min_ansible_version: 1.9.2 + platforms: + - name: EL + versions: + - 7 + - name: Fedora + versions: + - all + categories: + - system +dependencies: +- roles/lib_timedatectl |