saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
574 stars 65 forks source link

Lock down ansible.cfg from user edits. #22

Closed saltydk closed 5 months ago

saltydk commented 2 years ago

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

saltydk commented 2 years ago

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 commented 5 months ago

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