Commit Graph

14 Commits

Author SHA1 Message Date
Aleskey Zalesov 510b81fa9c Skip system upgrade
Cloud images already provide OS with latest security upgrades installed.

Closes poanetwork/deployment-terraform#19
2018-03-02 14:38:57 +03:00
Aleksey Zalesov e0d90df027 Name the unnamed tasks in Ansible playbooks
Ansible-linter requires all the tasks in the playbook to be named.

Reference to the linter rule:

[ANSIBLE0011] All tasks should be named
2018-03-02 11:03:04 +03:00
Aleksey Zalesov 070846586c Make package installs repeatable
Package installs should use the state `present` so running the playbook for the
second time would not change the package version. To achive repeatability
between several deployments playbook should specify the particular version of
the package (not implemented).

Ansible-lint rule reference:

[ANSIBLE0010] Package installs should not use latest
2018-03-02 11:03:04 +03:00
Aleksey Zalesov 68761db1a8 Mute warning on swap tasks
Ansible lint throughs warnings about swap tasks using the shell module. Based on
my experience the way these tasks are implemented is the optimal one. So I
decided to mute the warning and keep using shell module.
2018-03-02 11:03:04 +03:00
Aleksey Zalesov c3222852ab Fix deprecation warning about include statement
Use `import_tasks` instead of `include`.
2018-03-02 11:02:58 +03:00
Vitaly Znachenok 0e6a9cfad5 Add update system after install. 2017-12-20 15:35:05 +03:00
Vitaly Znachenok 014f45a8ce add access management for validator role, change libstdc++ to stable, add nload to presetup. 2017-12-11 23:06:12 +03:00
Vitaly Znachenok 17d79302c0 Change name from owner.yml to moc.yml, remove ntp role 2017-12-11 16:34:06 +03:00
Vitaly Znachenok 79db2a844e add remove ntp before setup chrony 2017-12-08 16:03:36 +03:00
Vitaly Znachenok d3ff78045b clean unused string 2017-12-07 16:28:39 +03:00
Vitaly Znachenok eb487fdddf change ntp to chrony with amazon time server 2017-12-07 16:27:25 +03:00
Vitaly Znachenok fb10c54e65 fix parity directory name and change to instal fixed version of libstdc++6 2017-11-21 01:54:05 +03:00
Vitaly Znachenok ab5e7ce6e8 add git pull and services 2017-11-14 23:48:28 +03:00
Vitaly Znachenok 8cb35a32ca Add bootnode setup 2017-11-12 20:06:57 +03:00