Jan Beilicke jotbe
  • Hamburg
  • Joined on 2020-02-16
jotbe deleted branch feature/optional_install_of_ansible from jotbe/ansible-role-common 2021-03-27 14:31:47 +01:00
jotbe pushed to master at jotbe/ansible-role-common 2021-03-27 14:31:25 +01:00
6335b7735a Makes installation of Ansible optional (default: no) and installs additional python libraries (#2)
jotbe merged pull request jotbe/ansible-role-common#2 2021-03-27 14:31:25 +01:00
Makes installation of Ansible optional (default: no) and installs additional python libraries
jotbe pushed to feature/optional_install_of_ansible at jotbe/ansible-role-common 2021-03-27 14:29:42 +01:00
0448703897 Fixed accidental change of default update_hostname behaviour
jotbe created pull request jotbe/ansible-role-common#2 2021-03-27 14:28:19 +01:00
Makes installation of Ansible optional (default: no) and installs additional python libraries
jotbe pushed to feature/optional_install_of_ansible at jotbe/ansible-role-common 2021-03-27 14:27:07 +01:00
2a27db4ba8 Makes installation of Ansible optional (default: no) and installs additional python libraries
jotbe pushed to master at jotbe/ansible-role-common 2021-03-27 14:06:19 +01:00
2953f200a1 Merge branch 'feature/sudoers_revamp' of jotbe/ansible-role-common into master
5397ef058a Updated README
ffa58f35e3 Allows toggling sudo: with password and group sudo, passwordless with group wheel
Compare 3 commits »
jotbe merged pull request jotbe/ansible-role-common#1 2021-03-27 14:06:19 +01:00
feature/sudoers_revamp
jotbe created pull request jotbe/ansible-role-common#1 2021-03-27 14:06:10 +01:00
feature/sudoers_revamp
jotbe pushed to feature/sudoers_revamp at jotbe/ansible-role-common 2021-03-27 14:01:52 +01:00
5397ef058a Updated README
jotbe pushed to feature/sudoers_revamp at jotbe/ansible-role-common 2021-03-27 13:56:03 +01:00
ffa58f35e3 Allows toggling sudo: with password and group sudo, passwordless with group wheel
jotbe pushed to master at jotbe/ansible-role-common 2021-03-27 01:19:03 +01:00
fa1f9e2bf5 Use python3 to install Ansible
jotbe pushed to master at jotbe/ansible-role-common 2020-12-15 23:46:50 +01:00
867f9283e4 Configure wheel sudoer group on Archlinux
36695dc7e8 Add some basic packages on Archlinux; Pin Ansible version
Compare 2 commits »
jotbe pushed to master at jotbe/ansible-role-dev-tools 2020-12-15 23:46:35 +01:00
17b61d3665 Install Sublime Text on Debian and Archlinux (x86_64)
jotbe commented on pull request jotbe/ansible-role-jitsi-docker#2 2020-12-13 17:50:30 +01:00
feature/latest-upstream-docker-compose

Where is that? I cannot find that string in the code.

jotbe commented on pull request jotbe/ansible-role-jitsi-docker#2 2020-12-13 14:22:09 +01:00
feature/latest-upstream-docker-compose

Good point! Yes, could be, but it makes sense to create an Ansible var to allow a config of that JVB_PORT which is still more or less hardcoded in the env file.

jotbe commented on pull request jotbe/ansible-role-jitsi-docker#2 2020-12-13 14:16:29 +01:00
feature/latest-upstream-docker-compose

This should define a service entity for traefik which allows e.g. for loadbalancing. I haven't tried the loadbalancing yet. On the other hand, that entrypoint video is not further defined here. I am not sure whether other configuration is missing here.

jotbe commented on pull request jotbe/ansible-role-jitsi-docker#1 2020-12-13 01:21:02 +01:00
Added install path and consolidated var usage.

I would even rename the variable to something more generic, compare my comment regarding the docker_user. That path is used with different service names across the self-services. Maybe something like:

docker_user: deploy # Could be overwritten when including the role
service_name: jitsi # Usually no need to change that
# We could overwrite the service_path when including the role, if we e.g. want to install another service `jitsi_2` or `jitsi-dev`.
service_path: /home/{{ docker_user }}/{{ service_name }} 
5ed074e469 Revert "Added label loadbalancer.server.port"
d2091d4b97 Added label loadbalancer.server.port
14ecfa184d Changed label syntax to improve readability
Compare 2 commits »