Update so-index-list

This commit is contained in:
Doug Burks
2020-10-13 12:34:49 -04:00
committed by GitHub
parent 2ad6ab7dfc
commit e5ece6cd50

View File

@@ -15,4 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{% if grains['role'] in ['so-node','so-heavynode'] %}
curl -X GET -k https://"localhost:9200/_cat/indices?v"
{% else %}
curl -X GET "localhost:9200/_cat/indices?v"
{% endif %}