blob: 39eb141ddea4c44173ce50a39013ee29e8493663 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
network:
# These interface names are used to pull IP addresses into templates.
# interface.public has the IP we use to open ports to the world (mail, web, etc)
# interface.private has the IP for private services (ssh login, reporting, etc)
# Right now we don't support multiple IPs per interface, we just grab the IPv4
# address as presented by ansible fact e.g. 'ansible_{{interface.public}}.ipv4.address'
interface:
private: ens3
public: ens4
hostname:
public: webby
|