get_url - Downloads files from HTTP, HTTPS, or FTP to node - Ansible Documentation
The attributes the resulting file or directory should have. To get supported flags look at the man page for chattr on the target system. This string should contain the attributes in the same order as the one displayed by lsattr. The = operator is assumed as default, otherwise + or - operators need to be included in the string.
https://docs.ansible.com/ansible/latest/modules/get_url_module.html

Install rpm package using Ansible
How do I install .rpm package on remote machine using Ansible? The obvious solution is to use command module, but that is a bit silly. Also I would like to avoid setting up a yum repository just for one package. Is there some more pragmatic approach to this problem?
https://serverfault.com/questions/736538/install-rpm-package-using-ansible
팀장님이 주신 스크립트를 바탕으로 마운트는 성공했는데..
검수툴에서 불러오기가 안된다 왜지!!

161 하고 171 하고 코드하고 마운트는 같은데 안불러와짐
context=system_u:object_r:httpd_sys_content_t:s0
이번에도 이녀석 context option 문제였다!!
mergerfs option 에도 mount 할때처럼 넣어줘야한다는 점!

Seonglae Cho