Software Updates, FreeBSD Sendmail, GitLab Fixes (#18)

* Assign test to dev branch.

* Update telegraf Linux binary.

* First attempt at making sure sendmail is on FreeBSD systems.

* Change gitlab_url to be specified in host file.

* Upgrade nanominer.

* Fix FINISH file being populated without START on non-containers.

* Prevent installer from trying to set up certificate.

* Fix name spacing.

* Fix gitlab_url variable.

* Change names to show both parameter name and value.

* Fix gitlab_url values to contain the protocol.

* Fix gitlab_url example.
This commit is contained in:
2021-11-21 22:28:11 +00:00
committed by GitHub
parent 1f5fdb7eb5
commit b3b2874ad3
7 changed files with 74 additions and 14 deletions

View File

@ -18,6 +18,9 @@
- include: tasks/general/software/packages.yml
- include: tasks/general/software/services.yml
ignore_errors: yes
- include: tasks/general/software/sendmail.yml
ignore_errors: yes
when: ansible_system == "FreeBSD"
- include: facts/general/gather.yml