generated from DO1JLR/ansible_playbook_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule do1jlr.ansible_version
updated
from 1a1ee0 to 1938bf
Submodule geerlingguy.firewall
updated
3 files
+2 −1 | .ansible-lint | |
+1 −1 | .github/workflows/ci.yml | |
+2 −0 | .gitignore |
Submodule geerlingguy.postgresql
updated
3 files
+3 −3 | .ansible-lint | |
+1 −1 | .github/workflows/ci.yml | |
+2 −0 | .gitignore |
Submodule gitea
updated
13 files
+2 −1 | .travis.yml | |
+1 −1 | README.md | |
+3 −1 | defaults/main.yml | |
+10 −5 | meta/main.yml | |
+9 −4 | molecule/default/prepare.yml | |
+1 −1 | requirements-travis.txt | |
+3 −1 | tasks/create_user.yml | |
+93 −0 | tasks/install.yml | |
+10 −15 | tasks/main.yml | |
+82 −85 | templates/gitea.ini.j2 | |
+5 −0 | vars/debian.yml | |
+9 −1 | vars/main.yml | |
+5 −0 | vars/redhat.yml |
Submodule nginx2
updated
from 52ae07 to bb2423
Submodule robertdebock.dovecot
updated
11 files
+4 −0 | .ansible-lint | |
+2 −4 | .github/workflows/molecule.yml | |
+1 −0 | .gitignore | |
+2 −4 | .gitlab-ci.yml | |
+6 −6 | .pre-commit-config.yaml | |
+1 −0 | .yamllint | |
+1 −1 | handlers/main.yml | |
+4 −0 | molecule/default/collections.yml | |
+2 −2 | tasks/assert.yml | |
+7 −7 | tasks/main.yml | |
+10 −10 | tox.ini |
Submodule robertdebock.fail2ban
updated
13 files
+4 −0 | .ansible-lint | |
+2 −4 | .github/workflows/molecule.yml | |
+1 −0 | .gitignore | |
+2 −4 | .gitlab-ci.yml | |
+6 −6 | .pre-commit-config.yaml | |
+1 −0 | .yamllint | |
+1 −1 | handlers/main.yml | |
+4 −0 | molecule/default/collections.yml | |
+1 −0 | molecule/default/molecule.yml | |
+2 −0 | requirements.yml | |
+12 −12 | tasks/assert.yml | |
+6 −6 | tasks/main.yml | |
+10 −10 | tox.ini |