summaryrefslogtreecommitdiff
path: root/Terraform/AWS/instance-with-basic-configs/files/vyos_user_data.tfpl
blob: 62b2892d0e0c13849a8a70e6a201b1cdcfb50fd5 (plain)
1
2
3
4
5
6
7
#cloud-config
vyos_config_commands:
    - set system host-name 'VyOS-for-Lab'
    - set system login banner pre-login 'Welcome to the VyOS for Lab on AWS'
    - set interfaces ethernet eth0 description 'WAN'
    - set interfaces ethernet eth1 description 'LAN'
    - set interfaces ethernet eth1 dhcp-options no-default-route