https://github.com/bodsch/ansible-snapd
disable and remove (purge) snapd and related services/packages
https://github.com/bodsch/ansible-snapd
ansible ansible-role automation snapd
Last synced: 8 months ago
JSON representation
disable and remove (purge) snapd and related services/packages
- Host: GitHub
- URL: https://github.com/bodsch/ansible-snapd
- Owner: bodsch
- License: bsd-2-clause
- Created: 2021-05-18T06:00:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T11:20:55.000Z (about 1 year ago)
- Last Synced: 2025-04-27T10:42:38.390Z (about 1 year ago)
- Topics: ansible, ansible-role, automation, snapd
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 21
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: `snapd`
Disable and removes (purges) snapd and related services/packages.
[][ci]
[][issues]
[][releases]
[][quality]
[ci]: https://github.com/bodsch/ansible-snapd/actions
[issues]: https://github.com/bodsch/ansible-snapd/issues?q=is%3Aopen+is%3Aissue
[releases]: https://github.com/bodsch/ansible-snapd/releases
[quality]: https://galaxy.ansible.com/bodsch/snapd
### Tested on
- Debian 10
- Debian 11
- Debian 12
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 23.04
## usage
```
snapd_purge: true
snapd_state: stopped
snapd_enabled: false
snapd_block_later_installation: true
snapd_services:
- snapd.service
snapd_files:
- /etc/apt/apt.conf.d/20snapd.conf
snapd_block_packages: []
```
---
## Author and License
- Bodo Schulz
## License
[BSD](LICENSE)
**FREE SOFTWARE, HELL YEAH!**