Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:55:16.000Z (3 months ago)
- Last Synced: 2024-08-20T12:15:16.610Z (3 months ago)
- Topics: ansible, ansible-role, automation, snapd
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 18
- Watchers: 3
- 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.
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-snapd/main.yml?branch=main)][ci]
[![GitHub issues](https://img.shields.io/github/issues/bodsch/ansible-snapd)][issues]
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bodsch/ansible-snapd)][releases]
[![Ansible Quality Score](https://img.shields.io/ansible/quality/50067?label=role%20quality)][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: truesnapd_state: stopped
snapd_enabled: falsesnapd_block_later_installation: true
snapd_services:
- snapd.servicesnapd_files:
- /etc/apt/apt.conf.d/20snapd.confsnapd_block_packages: []
```---
## Author and License
- Bodo Schulz
## License
[BSD](LICENSE)
**FREE SOFTWARE, HELL YEAH!**