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

Clone GitHub repos to the local Gitea during install #212

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Commits on Nov 3, 2023

  1. Clone GitHub to the local Gitea during install, in order to avoid Int…

    …ernet traffic originating in the clusters later.
    kispaljr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d20ba2e View commit details
    Browse the repository at this point in the history
  2. Fix some whitespaces

    kispaljr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7d0addd View commit details
    Browse the repository at this point in the history
  3. Adapting to Victor's changes regarding stock repo handling that happe…

    …ned since my original solution
    kispaljr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f304818 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66f93cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b4606c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46b398d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    046db7e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Ansible install role: Replace auto-detection of gitea IP by receiving…

    … it as an input parameter
    kispaljr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7397965 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Make ansible-lint happier

    kispaljr committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5a45916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b6234 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    dfe2649 View commit details
    Browse the repository at this point in the history
  2. Fix ansible-lint findings

    kispaljr committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    456e465 View commit details
    Browse the repository at this point in the history
  3. Fix multiline strings

    kispaljr committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bae6445 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    kispaljr committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c6f6806 View commit details
    Browse the repository at this point in the history
  5. Fix idempotency of roles

    kispaljr committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    791d7be View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    83019c2 View commit details
    Browse the repository at this point in the history
  2. Fix ansible-linter findings

    kispaljr committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3435afc View commit details
    Browse the repository at this point in the history
  3. Fix molecule config

    kispaljr committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9ea5b0a View commit details
    Browse the repository at this point in the history
  4. Fix install/molecule config

    kispaljr committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c69df37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71ab799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d02ad5 View commit details
    Browse the repository at this point in the history
  7. Fix ansible-lint issue

    kispaljr committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2973c15 View commit details
    Browse the repository at this point in the history
  8. Fix install/molecule test

    kispaljr committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b90e972 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Fix install/molecule test

    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d3063ef View commit details
    Browse the repository at this point in the history
  2. Fix install/molecule test

    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    85b72b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c810d3b View commit details
    Browse the repository at this point in the history
  4. ansible-lint

    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    73bfec2 View commit details
    Browse the repository at this point in the history
  5. Fix install/molecule test

    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    62694fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9473f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73ca0b4 View commit details
    Browse the repository at this point in the history
  8. debugging install role

    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    747a8a4 View commit details
    Browse the repository at this point in the history
  9. debugging install role

    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9a1564e View commit details
    Browse the repository at this point in the history
  10. Fix molecule test of install role: move setting local git facts from …

    …prepare playbook to converge playbook
    kispaljr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4ca8526 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    5c0461e View commit details
    Browse the repository at this point in the history
  2. Victor's changes

    kispaljr committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0123635 View commit details
    Browse the repository at this point in the history