Hardcode IPs
This should fix ansible-pull on fedi1
This commit is contained in:
parent
8eb1593f50
commit
7777a18e08
@ -20,12 +20,12 @@
|
||||
tags: [ backups ]
|
||||
- role: matrix
|
||||
vars:
|
||||
matrix_db_hostname: "{{ hostvars['psql1.9iron.club']['ansible_default_ipv4']['address'] }}"
|
||||
matrix_db_hostname: 172.31.47.215
|
||||
tags: [ fedi, matrix ]
|
||||
- role: pleroma
|
||||
vars:
|
||||
pleroma_url: cowfee.moe
|
||||
pleroma_db_hostname: "{{ hostvars['psql1.9iron.club']['ansible_default_ipv4']['address'] }}"
|
||||
pleroma_db_hostname: 172.31.47.215
|
||||
tags: [ web, pleroma ]
|
||||
- role: adam
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user