I use Lenovo IdeaPad Duet Chromebook.
https://www.lenovo.com/jp/ja/notebooks/ideapad/duet-3-series/Lenovo-CT-X636/p/ZZICZCTCT1X
sudo apt update
sudo apt install ansible
git clone https://github.com/yasu0796/private-settings-Chromebook-Debian.git
If you can check pre. Install python3-apt.
sudo apt install python3-apt
cd private-settings-Chromebook-Debian/ansible
sudo ansible-playbook -i hosts.yaml playbook.yaml -v --diff
This playbook doesn't cointain ssh keys.
- ansible.builtin.apt – Manages apt-packages — Ansible Documentation
- ansible.builtin.replace – Replace all instances of a particular string in a file using a back-referenced regular expression — Ansible Documentation
- ansible.builtin.apt_key – Add or remove an apt key — Ansible Documentation
- ansible.builtin.apt_repository – Add and remove APT repositories — Ansible Documentation