utils: Remove deprecated shell scripts used to deploy IPA.

The deprecated shell scripts used to deplay IPA are outdated and are
not needed to deploy IPA. There is no documentation about them, and
they would need to be updated and maintained in the future.
This commit is contained in:
Rafael Guterres Jeffman
2022-11-25 23:12:28 -03:00
parent 460adff1ba
commit 8459e1c454
6 changed files with 1 additions and 1536 deletions

View File

@@ -122,8 +122,7 @@ for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py; do
chmod a-x $i
done
for i in utils/*.py utils/ansible-ipa-*-install utils/new_module \
utils/changelog utils/ansible-doc-test;
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test
do
sed -i '{s@/usr/bin/python*@%{python}@}' $i
done