Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
2.5 KiB

  1. # State of migration of each role
  2. Each new role will be tested against:
  3. On the controller:
  4. - `python==3.7.3` (Debian Stable)
  5. - `python==3.8.2`
  6. - `ansible==2.9.6`
  7. On the hosts:
  8. - `python==3.7.3`
  9. - `debian==buster` (physical hosts and containers)
  10. - `openwrt` (firewall)
  11. # Current status
  12. ## Roles
  13. | Role name | Modified? | Tested? | Production? | Notes |
  14. |--------------------|:---------:|:--------:|:-----------:|------------------------------------------------------------------------------------------|
  15. |`roles/service` | **YES** | **YES** | NO | Changes in Ansible built-in `apt` module. |
  16. |`roles/ssh_server` | **YES** | **YES** | NO | `lxc_ssh.py` --> `ssh_lxc.py`. |
  17. |`roles/ca` | **YES** | ReadNote | NO | Changes in Ansible built-in `apt` module. Needs update of `ca_manager` to [1] to work. |
  18. |`prepare_host.yaml` | **YES** | **YES** | NO | Debian stretch --> buster and Python 2 --> 3 |
  19. |`roles/ldap` | NO | NO | NO | |
  20. |`roles/nginx` | NO | NO | NO | |
  21. |`roles/projects` | NO | NO | NO | |
  22. |`roles/dns_record` | NO | NO | NO | |
  23. |`roles/openvpn` | NO | NO | NO | |
  24. ## Plugins and Modules
  25. | Plugin/Module name | Modified? | Tested? | Production? | Notes |
  26. |------------------------|:---------:|:---------:|:-----------:|--------------------------------------|
  27. |`connection/lxc_ssh.py` | *REMOVED* | | | |
  28. |`connection/ssh_lxc.py` | **NEW** | **YES** | NO | Replace `lxc_ssh.py`. |
  29. |`library/ssh_cert.py` | **YES** | **YES** | NO | Migrate from `python2` to `python3`. |
  30. [1]: https://github.com/LILiK-117bis/ca_manager/tree/peewee3%2Brfc5280