Commit 14fff797 authored by Mattia Rizzolo's avatar Mattia Rizzolo

common: sparkle some {{ansible_managed}} in the templates

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent c2254309
#
# {{ ansible_managed }}
#
[Unit] [Unit]
Description=Firewall initialization script Description=Firewall initialization script
After=network.target After=network.target
......
#!/bin/bash #!/bin/bash
#
# {{ ansible_managed }}
#
# Check if ip6tables is supported by the machine # Check if ip6tables is supported by the machine
if which ip6tables >/dev/null 2>&1 && /sbin/ip6tables -L >/dev/null 2>&1; then if which ip6tables >/dev/null 2>&1 && /sbin/ip6tables -L >/dev/null 2>&1; then
......
#
# {{ ansible_managed }}
#
Port 22 Port 22
ListenAddress :: ListenAddress ::
ListenAddress 0.0.0.0 ListenAddress 0.0.0.0
......
#
# {{ ansible_managed }}
#
# Allow the passwordless-sudo group to use sudo without password # Allow the passwordless-sudo group to use sudo without password
%passwordless-sudo ALL=(ALL:ALL) NOPASSWD:ALL %passwordless-sudo ALL=(ALL:ALL) NOPASSWD:ALL
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment