Removing Ping Autonomous Identity
Ping Autonomous Identity provides an easy installation and removal from any system. The actual folder may vary depending on the client.
Remove Ansible Server
-
On the Ansible server, go to the user’s home directory, and remove the ansible files.
$ rm -rf ansible/*
-
On the Ansible server, remove
vars.ymlfile$ rm -rf ansible/environment/group_vars/all/vars.yml
-
Remove
.bash_history.$ rm .bash_history
Remove Cassandra
-
On the Cassandra server, log in to Cassandra and drop the keyspaces.
$ DROP keyspace <keyspace name>
-
Remove
.bash_history.$ rm .bash_history
Remove Spark
-
Remove the
/datafolder where Spark was installed. -
Remove the
.eggfiles where Python was installed. -
Remove the
sharedfolder. -
Remove
.bash_history. -
Remove
/tmpfolder.