Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011
  1. ---
  2. # Installs and configures ferm, which in turn uses iptables for firewall management
  3. - name: Install ferm
  4. apt: pkg=ferm state=present
  5. - name: Copy ferm firewall rules into place
  6. file: path=/etc/ferm state=directory
  7. - copy: src=etc_ferm_ferm.conf dest=/etc/ferm/ferm.conf
  8. notify:
  9. - reload ferm rules