- Create .gitignore to exclude .vscode directory
- Add ansible.cfg for Ansible configuration
- Define inventory for new machine
- Create playbook.yml for orchestrating tasks
- Set up common role with default variables, handlers, and tasks
- Implement package management tasks for installing packages from various sources
- Include appimage and flatpak package lists
3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
[new_machine]
|
|
192.168.153.117 ansible_user=will
|