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

Release v1.2.3 #35

Merged
merged 14 commits into from
Mar 13, 2020
Merged

Release v1.2.3 #35

merged 14 commits into from
Mar 13, 2020

Commits on Dec 7, 2018

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

Commits on Dec 8, 2018

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

Commits on Dec 10, 2018

  1. Use the same fact syntax throughout the role

    Create consistency by using the ansible_facts['somefact'] syntax everywhere.
    m4rcu5nl committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    1548995 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    2b56aaf View commit details
    Browse the repository at this point in the history
  2. Fix some minor typos in text

    papanito committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    ffba32f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Merge pull request #29 from papanito/papanito/correct-readme

    Papanito/correct readme
    m4rcu5nl committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    49d61b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

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

Commits on Jul 8, 2019

  1. Update set_fact.sh to support multiple network

    Currently the role will fail to regather fact if $network_count > 1
    
    That's because without the quotes echo will suppress the \n writing everything in one line. Thus wc -l will return `1`, confusing the file_content function that will lead to an incorrect json being produced
    quivalen committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    0755fa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

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

Commits on Mar 9, 2020

  1. Merge pull request #32 from dsteinkopf/master

    fix usage of register variable function
    m4rcu5nl committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    dc68166 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from quivalen/set_fact.sh-patch-1

    Update set_fact.sh to support multiple network
    m4rcu5nl committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    a84ea36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from ClashTheBunny/pgp_key_id

    Add PGP key `id` for added security
    m4rcu5nl committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    90167ae View commit details
    Browse the repository at this point in the history
  4. Use variable for gpg fingerprint

    Using the fingerprint in the rpm_key module requires Ansible 2.9. Updated meta file to reflect this requirement.
    m4rcu5nl committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    0b9f100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    904dcb3 View commit details
    Browse the repository at this point in the history