check:
- 2016-03
ping OK:
-
2016-01
-
2016-02
-
2016-04
-
2016-05
-
2016-06
-
2016-07
-
2018-06
-
2018-07
-
2018-08
ssh-copy-id root@REMOTE_HOST
ansible -i hosts_ci2.yml executors -m ping
ansible -i hosts_ci2.yml test-executors -a 'reboot'
ansible -i hosts_ci2.yml test-executors -a 'apt -y full-upgrade'
./bin/executors-deploy -l executors-ax101
./bin/executors-deploy -l 'ci-executor.madek'
./bin/executors-traits -l executors-ax101
./bin/executors-traits -l ci-ax101-01 -t ci_executor_trait_lxd
clean docker completely, reboot (cleans tmp cache), and then reinstall the trait:
./bin/ansible executors-ax101 -i hosts_ci2.yml -m ansible.builtin.shell -a 'apt purge docker-ce docker-ce-cli docker-ce-rootless-extras docker-compose-plugin docker -y && rm -rf /var/lib/docker && reboot'
./bin/executors-traits -l executors-ax101 -t ci_executor_trait_docker