feat(role): Initial commit

This commit is contained in:
2022-07-24 23:51:27 +02:00
parent 918daeb7cf
commit 5c9e7a57b2
15 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=firewalld direct rules generator
After=multi-user.target network-online.target
[Service]
Type=oneshot
RemainAfterExit=no
Environment='PATH=/usr/local/sbin:/usr/local/bin:/usr/bin' 'UFS_LOGLEVEL=INFO'
ExecStart=/opt/miniconda3/envs/update-firewall-source/bin/python /opt/python/update-firewall-source/master/update-firewall-source.py
[Install]
WantedBy=multi-user.target