You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- hosts: nodepgs
|
|
become: yes
|
|
tasks:
|
|
- import_tasks: tasks/setup_grub.yml
|
|
vars:
|
|
grub_timeout: 1
|
|
- import_tasks: tasks/install_selinux.yml
|
|
- import_tasks: tasks/setup_raid1_for_postgres.yml
|
|
- import_tasks: tasks/install_postgres.yml
|
|
- import_tasks: tasks/setup_weather_db.yml |