mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
16 lines
427 B
YAML
16 lines
427 B
YAML
---
|
|
- name: Setup firewall
|
|
ansible.builtin.include_tasks: firewall.yml
|
|
when: use_predefined_iptables
|
|
|
|
- name: Disable SSH password auth
|
|
ansible.builtin.include_tasks: ssh-config.yml
|
|
when: disable_ssh_password_auth
|
|
|
|
- name: Prepare configs
|
|
ansible.builtin.include_tasks: provision.yml
|
|
|
|
- name: Configure replication on main instance
|
|
ansible.builtin.include_tasks: replication.yml
|
|
when: enable_postgres_replication
|