X7ROOT File Manager
Current Path:
/etc/cloud/templates
etc
/
cloud
/
templates
/
📁
..
📄
chef_client.rb.tmpl
(1.55 KB)
📄
chrony.conf.debian.tmpl
(1.08 KB)
📄
chrony.conf.fedora.tmpl
(1.24 KB)
📄
chrony.conf.opensuse.tmpl
(991 B)
📄
chrony.conf.rhel.tmpl
(1.15 KB)
📄
chrony.conf.sles.tmpl
(991 B)
📄
chrony.conf.ubuntu.tmpl
(1.25 KB)
📄
hosts.debian.tmpl
(901 B)
📄
hosts.freebsd.tmpl
(914 B)
📄
hosts.redhat.tmpl
(912 B)
📄
hosts.suse.tmpl
(1.04 KB)
📄
ntp.conf.debian.tmpl
(2.1 KB)
📄
ntp.conf.fedora.tmpl
(2.03 KB)
📄
ntp.conf.opensuse.tmpl
(2.69 KB)
📄
ntp.conf.rhel.tmpl
(1.81 KB)
📄
ntp.conf.sles.tmpl
(2.69 KB)
📄
ntp.conf.ubuntu.tmpl
(2.45 KB)
📄
resolv.conf.tmpl
(812 B)
📄
sources.list.debian.tmpl
(1.26 KB)
📄
sources.list.ubuntu.tmpl
(2.79 KB)
📄
timesyncd.conf.tmpl
(203 B)
Editing: resolv.conf.tmpl
## template:jinja # Your system has been configured with 'manage-resolv-conf' set to true. # As a result, cloud-init has written this file with configuration data # that it has been provided. Cloud-init, by default, will write this file # a single time (PER_ONCE). # {% if nameservers is defined %} {% for server in nameservers %} nameserver {{server}} {% endfor %} {% endif -%} {% if searchdomains is defined %} search {% for search in searchdomains %}{{search}} {% endfor %} {% endif %} {% if domain is defined %} domain {{domain}} {% endif %} {% if sortlist is defined %} sortlist {% for sort in sortlist %}{{sort}} {% endfor %} {% endif %} {% if options or flags %} options {% for flag in flags %}{{flag}} {% endfor %} {% for key, value in options.items() -%} {{key}}:{{value}} {% endfor %} {% endif %}
Upload File
Create Folder