Saltbox icon indicating copy to clipboard operation
Saltbox copied to clipboard

Lock down ansible.cfg from user edits.

Open saltydk opened this issue 4 years ago • 1 comments

A replacement for skip_tags will have to be implemented in the sb tool https://github.com/saltyorg/sb/issues/2

saltydk avatar Sep 08 '21 14:09 saltydk

One idea for custom tags. Load list from a config and run:

- name: Use role in loop
  include_role:
    name: "{{ role_list_item }}"
  with_items:
    - 'sonarr'
    - 'radarr'
  loop_control:
    loop_var: role_list_item

saltydk avatar Dec 25 '21 22:12 saltydk

Alternative was implemented in Saltbox by letting users override the roles imported by each meta tag.

saltydk avatar Feb 03 '24 16:02 saltydk