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
| # with a space, this doesn't work... | |
| $ ANSIBLE_ARGS='-t elasticsearch' vagrant provision | |
| ==> default: Running provisioner: ansible... | |
| ERROR: tag(s) not found in playbook: elasticsearch. possible values: apache,common,elasticsearch,java,passenger,postgresql,ruby | |
| Ansible failed to complete successfully. Any error output should be visible above. Please fix these errors and try again. | |
| # without the space, it now works... | |
| $ ANSIBLE_ARGS='-telasticsearch' vagrant provision |
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 |