diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-17 19:32:27 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-17 19:32:27 +0100 |
commit | aea89a9f4dc3548d0295b0fd513c5c9b08207ffa (patch) | |
tree | f0e26ed720007980be7a2e61e3368c4c182f6fbe /setup_fastd.yml | |
parent | f4ee05f46e2cbe1865ad42dd765e271439aced42 (diff) |
updated setup_fastd.yml
added features:
- configure systemd-journald
- install haveged
- install ntp
Diffstat (limited to 'setup_fastd.yml')
-rw-r--r-- | setup_fastd.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_fastd.yml b/setup_fastd.yml index 238b257..7677826 100644 --- a/setup_fastd.yml +++ b/setup_fastd.yml @@ -4,4 +4,7 @@ user: root roles: - install_yaourt + - configure_journald + - install_ntp + - install_haveged - install_admin_packages |