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.
11 lines
316 B
YAML
11 lines
316 B
YAML
2 years ago
|
---
|
||
|
- 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
|