1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/ansible clarifs: /etc/ansible/hosts not needed, etc

This commit is contained in:
A Holt 2021-05-03 21:07:14 -04:00 committed by GitHub
parent 647efb42e9
commit f967a9ad24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@ ansible-galaxy collection install --force-with-deps \
# But going forward they'll be stored herein:
# /usr/share/ansible/collections/ansible_collections
# 2021-04-19: No longer needed, per PR #2743 testing
#echo -e "\n\nCreating/verifying directory /etc/ansible & installing /etc/ansible/hosts\n"
#mkdir -p /etc/ansible # LIKELY REDUNDANT, due to above installation of Ansible
#echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts # LIKELY REDUNDANT, due to https://github.com/iiab/iiab/blob/master/ansible_hosts