3 ways to get table size in Postgres

Get table size with pg_relation_size in Postgres PostgreSQL provides a dedicated function, pg_relation_size, to compute the actual disk space used…

selectattr in Ansible

selectattr in Ansible selectattr is a filter plugin in Ansible that allows you to select a subset of elements from…

Get MAC address with Ansible

This article is part of the following series.   Get MAC address with Ansible You can use the ansible_default_ipv4.macaddress variable…