Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
"config:recommended"
],
"automerge": true,
"packageRules": [
{
"description": "Ubuntu 24.04 doesn't support more fresh versions of these packages.",
"matchPackageNames": [
"community.docker",
"community.general"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"customManagers": [
{
"customType": "regex",
Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ collections:
- name: ansible.posix
version: 2.1.0
- name: community.docker
version: 5.0.3
version: 4.8.2
- name: community.general
version: 12.1.0
version: 11.4.1
2 changes: 0 additions & 2 deletions xmpp2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ How to Deploy

To **deploy**, run `ansible-playbook --ask-vault-pass --ask-become-pass default.yml`.

If on Windows, feel free to use scripts `ansible-galaxy.ps1`, `ansible-vault.ps1`, `ansible-playbook.ps1` as a substitute to use Ansible from WSL.

If running deployment for the first time, then run `ansible-playbook --ask-vault-pass auth.yml` to set up the user accounts and access properly.

Standard Operating Procedures
Expand Down
5 changes: 0 additions & 5 deletions xmpp2/ansible-galaxy.ps1

This file was deleted.

5 changes: 0 additions & 5 deletions xmpp2/ansible-playbook.ps1

This file was deleted.

5 changes: 0 additions & 5 deletions xmpp2/ansible-vault.ps1

This file was deleted.