Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: check installed system packages for postgres
- package:
- name:
- - psmisc
- - strace
- - gdb
- - nagios-plugins-mysql
- - nagios-plugins-pgsql
- - nagios-plugins-http
- - openssl
- - pam
- - readline
- - libselinux
- - systemd-libs
- - zlib
- state: present
- ignore_errors: yes
- become: yes
- # become_user: [root_user]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement