ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

1 
2 
3 
4 
5 
6 
7 ---

- name: "[nftables] Create rule for: maddy"
  copy:
    src: nftables-rule.nft
    dest: /etc/nftables.d/maddy.nft
  notify: "Restart nftables"