Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deekayen/ansible-role-sadpuppet
Uninstall Puppet agents using Ansible.
https://github.com/deekayen/ansible-role-sadpuppet
ansible ansible-role puppet
Last synced: about 1 month ago
JSON representation
Uninstall Puppet agents using Ansible.
- Host: GitHub
- URL: https://github.com/deekayen/ansible-role-sadpuppet
- Owner: deekayen
- License: bsd-3-clause
- Created: 2018-04-13T18:46:02.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T05:16:15.000Z (over 3 years ago)
- Last Synced: 2024-11-07T21:25:44.203Z (3 months ago)
- Topics: ansible, ansible-role, puppet
- Language: Python
- Homepage: https://galaxy.ansible.com/deekayen/sadpuppet/
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Sad Puppet
==========[![CI](https://github.com/deekayen/ansible-role-sadpuppet/actions/workflows/ci.yml/badge.svg)](https://github.com/deekayen/ansible-role-sadpuppet/actions/workflows/ci.yml) [![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
Remove Puppet agents, all leftover files, and directories.
Dependencies
------------Be sure you install the galaxy role in your runtime server.
```
ansible-galaxy install deekayen.sadpuppet
```Default Variables
-----------------puppet_paths:
- /etc/logrotate.d/puppet
- /etc/yum.repos.d/puppetlabs-deps.repo
- /etc/yum.repos.d/puppetlabs-products.repo
- /etc/puppet
- /etc/tmpfiles.d/puppet.conf
- /usr/bin/puppet
- /usr/share/puppet
- /usr/lib/systemd/system/puppet.service
- /usr/lib/systemd/system/puppetagent.service
- /usr/share/ruby/vendor_ruby/puppet
- /usr/lib/puppet
- /var/log/puppet
- /var/run/puppetpuppet_keys:
- 6F6B15509CF8E59E6E469F327F438280EF8D349F
- 47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30
- 9C6C545246912EE700FB5682FFAC86588347A27FExample Playbook
----------------- hosts: servers
roles:
- deekayen.sadpuppetLicense
-------BSD