Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deekayen/ansible-role-moltensalt
Completely removes SaltStack using Ansible.
https://github.com/deekayen/ansible-role-moltensalt
ansible ansible-role saltstack
Last synced: 10 days ago
JSON representation
Completely removes SaltStack using Ansible.
- Host: GitHub
- URL: https://github.com/deekayen/ansible-role-moltensalt
- Owner: deekayen
- License: bsd-3-clause
- Created: 2020-10-05T21:00:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T04:12:48.000Z (over 3 years ago)
- Last Synced: 2024-11-07T21:25:47.690Z (2 months ago)
- Topics: ansible, ansible-role, saltstack
- Language: Python
- Homepage: https://galaxy.ansible.com/deekayen/moltensalt
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Molten Salt
===========[![CI](https://github.com/deekayen/ansible-role-moltensalt/workflows/CI/badge.svg)](https://github.com/deekayen/ansible-role-moltensalt/actions?query=workflow%3ACI) [![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 SaltStack, all leftover files, and directories.
Dependencies
------------None.
Default Variables
-----------------# Purge configuration files on Debian and Ubuntu: yes or no
debian_purge: nosaltstack_keys:
- 754A1A7AE731F165D5E6D4BD0E08A149DE57BFBEsaltstack_packages:
- salt
- salt-minion
- salt-repo
- salt-master
- salt-ssh
- salt-syndic
- salt-cloudsaltstack_paths:
- /etc/bash_completion/salt.bash
- /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-Salt
- /etc/pki/rpm-gpg/saltstack-signing-key
- /etc/salt
- /etc/yum.repos.d/salt-2016.11.repo
- /usr/bin/spm
- /usr/bin/salt-call
- /usr/bin/salt-minion
- /usr/bin/salt-proxy
- /usr/lib/systemd/system/salt-minion.service
- /var/cache/salt
- /var/log/salt
- /usr/lib/python2.7/site-packages/salt
- /usr/share/man/man1/salt-call.1.gz
- /usr/share/man/man1/salt-minion.1.gz
- /usr/share/man/man1/salt-proxy.1.gzwindows_remove_instdir: false
Example Playbook
----------------- hosts: servers
roles:
- deekayen.moltensaltLicense
-------BSD