-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/551/ansible run ntp daemon #589
Conversation
…curity-setup-on-ubuntu
Current coverage is 92.37% (diff: 100%)@@ master #589 diff @@
==========================================
Files 22 22
Lines 1194 1194
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1103 1103
Misses 91 91
Partials 0 0
|
|
||
where `<key-name>` should be replaced by the name of the SSH private key you created earlier (for SSHing to the host machine at your cloud hosting provider). | ||
|
||
What did you just do? Running that playbook ensures all the software necessary for a one-machine BigchainDB node is installed, configured, and running properly. You can run that playbook on a regular schedule to ensure that the system stays properly configured. If something is okay, it does nothing; it only takes action when something is not as-desired. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is not installed, will ansible install it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If an NTP daemon isn't installed, then one will be installed, yes. As the next line notes, "At the time of writing, the playbook only installs, configures and runs an NTP daemon, but more is coming soon."
👍 |
…n-ntp-daemon Feat/551/ansible run ntp daemon
.gitignore
Resolves #551