Files
MermsProvision/ANSIBLE/templates/README.md
T
2025-01-19 19:01:37 -05:00

27 lines
645 B
Markdown

merms_panel=# select name, product_id,status from products;
name | product_id | status
----------------------+------------+--------
Professional Website | A000002 | 1
Professional Blog | A000004 | 1
Practice EMR | A000005 | 1
Personal Website | A000001 | 5
Personal Blog | A000003 | 5
(5 rows)
https://dev.to/nithinalias/docker-compose-install-wordpress-using-ansible-2lnh
[web_servers]
172.16.250.132
172.16.250.248
[db_servers]
172.16.250.133
[file_servers]
172.16.250.134
https://www.learnlinux.tv/getting-started-with-ansible-09-targeting-specific-nodes/