This file contains hidden or 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 playbook will check a wide range of code paths of the Ansible lvol module. | |
| # | |
| # Make sure you adjust `test_vg` and `test_pvs` variables according to the test volume group. | |
| # | |
| # Invoke with: ansible-playbook [-K][-v] check-lvol.yml | |
| # | |
| - hosts: localhost | |
| become: True |
This file contains hidden or 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
| # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help | |
| driftfile /var/lib/ntp/ntp.drift | |
| # Enable this if you want statistics to be logged. | |
| #statsdir /var/log/ntpstats/ | |
| statistics loopstats peerstats clockstats | |
| filegen loopstats file loopstats type day enable |