mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
d191613ab8
No history. If you have the original history, you can use: ``` git replace THISCOMMIT b0b998bd1c651e308ac71a9158e07e5c3521a281 ```
27 lines
892 B
YAML
27 lines
892 B
YAML
templates:
|
|
network-interfaces: linux/interfaces.j2
|
|
keepalived.conf: linux/keepalived.j2
|
|
authorized_keys: linux/authorized-keys.j2
|
|
nftables.conf: linux/nftables-rules-v4.j2
|
|
sysctl.conf: linux/sysctl.conf.j2
|
|
motd: linux/motd.j2
|
|
dhcpd.conf: linux/dhcp.j2
|
|
nginx.conf: linux/nginx.j2
|
|
conserver.cf: linux/conserver.j2
|
|
checks:
|
|
- description: "/etc/network/interfaces syntax check"
|
|
script: checks/linux-interfaces
|
|
cache: network-interfaces
|
|
- description: "keepalived.conf syntax check"
|
|
script: checks/linux-keepalived
|
|
cache: keepalived.conf
|
|
- description: "SSH authorized_keys syntax check"
|
|
script: checks/linux-authorized_keys
|
|
cache: authorized_keys
|
|
- description: "dhcpd.conf syntax check"
|
|
script: checks/linux-dhcpd
|
|
cache: dhcpd.conf
|
|
- description: "nftables.conf syntax check"
|
|
script: checks/linux-nftables
|
|
cache: nftables.conf
|