devboxes icon indicating copy to clipboard operation
devboxes copied to clipboard

Ansible playbook to setup my development machines and helps to keep them in sync

Results 5 devboxes issues
Sort by recently updated
recently updated
newest added

80% Dockerfile. Might be helpful for development and for lightweight playing around with the devboxes. Has a lot more potential, though. We could add an X-Server and GNOME in order...

``` fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to download key at https://api.bintray.com/orgs/gopasspw/keys/gpg/public.key: HTTP Error 404: Not Found"} ``` :-/ I installed GoPass via [`bin`](https://github.com/marcosnils/bin). Any other ideas?

Add GitHub action that execs a simple smoke test. Adding some basic validations using a proper infra testing tool would be a useful extension. For now, executing the playbook is...

Ansible [v2.16.0](https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst) has removed [playbooks conditional](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_conditionals.html) include which has been deprecated since [v2.12](https://github.com/ansible/ansible/blob/v2.12.0/changelogs/CHANGELOG-v2.12.rst#deprecated-features). Use `include_tasks` or `import_tasks` instead.