update..
This commit is contained in:
@ -768,6 +768,9 @@ apt_lxc_host_pkgs:
|
||||
- lua5.3
|
||||
- ntp
|
||||
|
||||
apt_install_extra_pkgs: false
|
||||
apt_extra_pkgs: []
|
||||
|
||||
apt_install: {}
|
||||
apt_install_state: latest
|
||||
|
||||
@ -1088,7 +1091,7 @@ git_lxc_guest_repositories:
|
||||
|
||||
# dehydrated-cron
|
||||
- name: dehydrated-cron
|
||||
repo: https://git.codecoop.org/so36intern/dehydrated-cron.git
|
||||
repo: https://git.oopen.de/certificates/dehydrated-cron.git
|
||||
dest: /usr/local/src/dehydrated-cron
|
||||
|
||||
# Monitoring
|
||||
@ -1133,7 +1136,7 @@ git_apache2_repositories:
|
||||
|
||||
# dehydrated-cron
|
||||
- name: dehydrated-cron
|
||||
repo: https://git.codecoop.org/so36intern/dehydrated-cron.git
|
||||
repo: https://git.oopen.de/certificates/dehydrated-cron.git
|
||||
dest: /usr/local/src/dehydrated-cron
|
||||
|
||||
|
||||
@ -1267,7 +1270,7 @@ git_mailserver_repositories:
|
||||
|
||||
# let's encrypt
|
||||
- name: dehydrated-cron
|
||||
repo: https://git.codecoop.org/so36intern/dehydrated-cron.git
|
||||
repo: https://git.oopen.de/certificates/dehydrated-cron.git
|
||||
dest: /usr/local/src/dehydrated-cron
|
||||
|
||||
|
||||
@ -1288,11 +1291,22 @@ git_sympa_repositories:
|
||||
git_jitsi_meet_repositories:
|
||||
|
||||
# install repositories (destination: /usr/local/src/)
|
||||
- name: sympa
|
||||
- name: jitsi
|
||||
repo: https://git.oopen.de/install/jitsi
|
||||
dest: /usr/local/src/jitsi
|
||||
|
||||
|
||||
# ---
|
||||
# group [so36_server_dehydrated]
|
||||
# ---
|
||||
#git_so36_dehydrated_repositories:
|
||||
#
|
||||
# # install repositories (destination: /usr/local/src/)
|
||||
# - name: dehydrated-cron
|
||||
# repo: https://git.oopen.de/certificates/dehydrated-cron.git
|
||||
# dest: /usr/local/src/dehydrated-cron
|
||||
|
||||
|
||||
# ---
|
||||
# Use this for host specific repositories defined in files git-<hostname>.yaml
|
||||
#
|
||||
|
@ -24,6 +24,11 @@
|
||||
# vars used by roles/common/tasks/apt.yml
|
||||
# ---
|
||||
|
||||
apt_install_extra_pkgs: true
|
||||
apt_extra_pkgs:
|
||||
- subversion
|
||||
- subversion-tools
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/users.yml
|
||||
|
Reference in New Issue
Block a user