monakhos/target/example_host/vars.yaml

23 lines
501 B
YAML
Raw Normal View History

2024-07-10 09:06:57 +00:00
device_name: somehost
2024-08-02 12:00:19 +00:00
device_type: laptop
# the username to install
user: mbess
# if it's a VM: false, if it's bare metal: false
2024-06-11 15:22:00 +00:00
target_is_real: true
2024-08-02 12:00:19 +00:00
# optionally configure openfortivpn
2024-07-10 09:06:57 +00:00
openfortivpn_profiles:
- name: companyA
p:
host: 43.54.65.76
port: 443
username: user
password: XXX
trusted_cert: XXXXX
2024-08-02 12:00:19 +00:00
# What user config profiles to enable
2024-08-01 09:30:35 +00:00
enabled_profiles:
- name: pro
2024-08-02 12:00:19 +00:00
# What kind of categories to enable
2024-08-01 09:30:35 +00:00
packages_categories:
- common
- proprietary_vpns