M
Size: a a a
M
R
AB
HC
AA
МS
ПН
D
/man - send list of commands to chat/coc - send code of conduct to user/jobs - send rules of publishing job opportunities and cv/ad - send rules of publishing advertising/chats - send list of friendly chats/events - send list of events to user/starter - send starter kit to user/middle - send starter kit to user/tasks - send user pack of DevOps tasks/course - send to user list list of courses/cert - send user list of certification tips & tricks/relocate - send user list of relocate chats and channels/report - forward replied message to admin chat and send link of replied message for fast-navigationas
A
- hosts: db-server
user: root
tasks:
- name: Install PostgreSQL
yum: name={{ item }} update_cache=true state=latest
with_items:
- postgresql
- postgresql-contrib
- libpq-dev
- python-psycopg2
tags: packages
- name: Ensure the PostgreSQL service is running
service: name=postgresql state=started enabled=yes
A

n🐈
D
SD
SD
VA
VA
EG
VA
VS