Skip to content

Commit

Permalink
Merge pull request #208 from npmdnl/npmdnl-46-EOL
Browse files Browse the repository at this point in the history
Removed v46 EOL
  • Loading branch information
npmdnl authored Apr 12, 2024
2 parents 90faa40 + a3e6358 commit 48ddf28
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 241 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- "2.13"
- "2.14"
scenario:
- pdns-46
- pdns-47
- pdns-48
- pdns-49
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ By default, the PowerDNS Authoritative Server is installed from the software rep
- { role: PowerDNS.pdns,
pdns_install_repo: "{{ pdns_auth_powerdns_repo_master }}"

# Install the PowerDNS Authoritative Server from the '4.6.x' official repository
- hosts: all
roles:
- { role: PowerDNS.pdns,
pdns_install_repo: "{{ pdns_auth_powerdns_repo_46 }}"

# Install the PowerDNS Authoritative Server from the '4.7.x' official repository
- hosts: all
roles:
Expand Down
9 changes: 0 additions & 9 deletions molecule/pdns-46/converge.yml

This file was deleted.

104 changes: 0 additions & 104 deletions molecule/pdns-46/molecule.yml

This file was deleted.

44 changes: 0 additions & 44 deletions molecule/resources/tests/repo-45/test_repo_45.py

This file was deleted.

44 changes: 0 additions & 44 deletions molecule/resources/tests/repo-46/test_repo_46.py

This file was deleted.

7 changes: 0 additions & 7 deletions molecule/resources/vars/pdns-repo-45.yml

This file was deleted.

7 changes: 0 additions & 7 deletions molecule/resources/vars/pdns-repo-46.yml

This file was deleted.

19 changes: 0 additions & 19 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@ pdns_auth_powerdns_repo_master:
yum_debug_symbols_repo_baseurl: "http://repo.powerdns.com/centos/$basearch/$releasever/auth-master/debug"
name: "powerdns-auth-master"

pdns_auth_powerdns_repo_45:
apt_repo_origin: "repo.powerdns.com"
apt_repo: "deb [arch=amd64] http://repo.powerdns.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }}-auth-45 main"
gpg_key: "http://repo.powerdns.com/FD380FBB-pub.asc"
gpg_key_id: "9FAAA5577E8FCF62093D036C1B0C6205FD380FBB"
yum_repo_baseurl: "http://repo.powerdns.com/centos/$basearch/$releasever/auth-45"
yum_debug_symbols_repo_baseurl: "http://repo.powerdns.com/centos/$basearch/$releasever/auth-45/debug"
name: "powerdns-auth-45"

pdns_auth_powerdns_repo_46:
apt_repo_origin: "repo.powerdns.com"
apt_repo: "deb [arch=amd64] http://repo.powerdns.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }}-auth-46 main"
gpg_key: "http://repo.powerdns.com/FD380FBB-pub.asc"
gpg_key_id: "9FAAA5577E8FCF62093D036C1B0C6205FD380FBB"
yum_repo_baseurl: "http://repo.powerdns.com/centos/$basearch/$releasever/auth-46"
yum_debug_symbols_repo_baseurl: "http://repo.powerdns.com/centos/$basearch/$releasever/auth-46/debug"
name: "powerdns-auth-46"

pdns_auth_powerdns_repo_47:
apt_repo_origin: "repo.powerdns.com"
apt_repo: "deb [arch=amd64] http://repo.powerdns.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }}-auth-47 main"
Expand Down Expand Up @@ -54,7 +36,6 @@ pdns_auth_powerdns_repo_49:
yum_debug_symbols_repo_baseurl: "http://repo.powerdns.com/centos/$basearch/$releasever/auth-49/debug"
name: "powerdns-auth-49"


default_pdns_service_overrides: >-
{{ { 'User' : pdns_user
, 'Group' : pdns_group
Expand Down

0 comments on commit 48ddf28

Please sign in to comment.