Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible updates to support common routeros settings #22

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1c15b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26f08f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909e1c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49a80d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    c7eb0da View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    aec7fb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    8c25a6f View commit details
    Browse the repository at this point in the history
  2. Improve handling of values that are OK if missing.

    This was necessary to be able to avoid showing a change was needed when
    in fact it wasn't (dhcp_dns_servers, dhcp_ntp_servers).  We were invoking the
    change command which was a no-op in these cases, but it was messy and
    with a little more logic.
    dpkingston committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    281bf95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b757bc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    d6a55ad View commit details
    Browse the repository at this point in the history
  2. Adding new files, forgotten in earlier commits.

    get_facts.yml is only used for getting routeros version for now.
    psdr_routeros.yml is a convenience playbook that only processes routeros plays.
    dpkingston committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    322388c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    df4bf92 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add ability to override standard settings on a per-host basis.

    Null_settings.yml is the do nothing option (no settings in any list).
    The S?.Triangle files show how standard settings can be overridden where needed.
    Also added .log files to .gitignore.
    dpkingston committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1a59166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5889b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d9986 View commit details
    Browse the repository at this point in the history