-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #373 from jpodivin/timesync
Replacing edpm_chrony with linux-systemroles.timesync
- Loading branch information
Showing
6 changed files
with
68 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ Contents: | |
usage | ||
roles | ||
plugins | ||
playbooks | ||
|
||
Indices and tables | ||
================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Playbooks in EDPM-Ansible | ||
========================= | ||
|
||
Contents: | ||
|
||
.. toctree:: | ||
:glob: | ||
|
||
playbooks/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
===================== | ||
Playbook - install_os | ||
===================== | ||
|
||
Installs services necessary for the EDPM operation. | ||
Uses external `timesync` role from `system roles collection`_ to both install and configure chrony. | ||
|
||
-------------------------- | ||
Time service configuration | ||
-------------------------- | ||
|
||
Variables of the `timesync`_ system role can be overriden in a standard ansible way, | ||
while respecting resolution order. Default values are set in the `install_os` playbook, | ||
while allowing for override. | ||
|
||
All variables of the timesync role can used while using this playbook. | ||
|
||
.. _`system roles collection`: https://linux-system-roles.github.io/ | ||
.. _`timesync`: https://github.com/linux-system-roles/timesync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters