File Explorer

/proc/4/task/4/root/etc/cloud/cloud.cfg.d

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
1 file
10_aws_dnfvars.cfg593 B · 20 lines
# ### DO NOT MODIFY THIS FILE! #### This file will be replaced if cloud-init is upgraded.# Please put your modifications in other files under /etc/cloud/cloud.cfg.d/## Note that cloud-init uses flexible merge strategies for config options# https://cloudinit.readthedocs.org/en/latest/topics/merging.html write_metadata:  # Fill in yum vars for the region and domain  - path: /etc/dnf/vars/awsregion    data:      - identity: region      - "us-west-2"  - path: /etc/dnf/vars/awsdomain    data:      - metadata: services/domain      - "amazonaws.com" # vim:syntax=yaml expandtab