Fix indentation

This commit is contained in:
Yohann D'ANELLO 2020-11-04 20:11:31 +01:00
parent 26a84ab001
commit 26427665f3
2 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@
dbname: re2o
db: re2o
publications:
- re2o_pub
- re2o_pub
become_user: postgres

View File

@ -3,12 +3,12 @@
# XXX: YES, this is ugly as fuck.
- name: set IP suffix (main)
set_fact:
router_hard_ip_suffix: 240
router_hard_ip_suffix: 240
when: "'backup' not in ansible_hostname"
- name: set IP suffix (backup)
set_fact:
router_hard_ip_suffix: 140
router_hard_ip_suffix: 140
when: "'backup' in ansible_hostname"
- name: Enable IPv4 packet forwarding