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