Skip to content

RFC: templates feature #52

@slankdev

Description

@slankdev

After tinet up. this feature creates files on docker containers with html/template.

---
nodes:
- name: hoge
  image: hoge
  vars:
    bgp_on: "yes"
    out: "test text"
  templates:
  - dst: /etc/frr/daemons
    src: daemons.j2
  - dst: /etc/out.txt
    content: |
      test "{{ .out }}"
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions