Updated autosign

- added way to manage individual nodes
  - added defaults for domains, subnets and nodes
  - updated comments and doc
This commit is contained in:
2023-08-26 01:00:31 +10:00
parent 9dab46ba5f
commit c96676e143
3 changed files with 20 additions and 3 deletions
@@ -1,6 +1,12 @@
# Autosign all nodes from these subnets
<% @subnet_ranges.each do |subnet| -%>
<%= subnet %>
<% end -%>
# Autosign all nodes from these domains
<% @domains.each do |domain| -%>
<%= domain %>
<% end -%>
# Autosign these specific nodes
<% @nodes.each do |node| -%>
<%= node %>
<% end -%>