This commit is contained in:
@@ -24,8 +24,8 @@ apache_vhosts: >-
|
||||
+ (apache_vhosts_munin | default([]))
|
||||
}}
|
||||
|
||||
docker_add_repo: True
|
||||
docker_install_compose_plugin: False
|
||||
docker_add_repo: true
|
||||
docker_install_compose_plugin: false
|
||||
docker_users:
|
||||
- 'gballan'
|
||||
|
||||
@@ -43,13 +43,13 @@ munin_node_plugins:
|
||||
- name: 'uptime'
|
||||
- name: 'users'
|
||||
|
||||
ntp_enabled: True
|
||||
ntp_enabled: true
|
||||
ntp_timezone: 'America/New_York'
|
||||
ntp_package: 'chrony'
|
||||
ntp_daemon: 'chronyd'
|
||||
ntp_config_file: '/etc/chrony/chrony.conf'
|
||||
ntp_driftfile: '/var/lib/chrony/chrony.drift'
|
||||
ntp_manage_config: True
|
||||
ntp_manage_config: true
|
||||
ntp_servers:
|
||||
- 'virginia.time.system76.com iburst'
|
||||
- 'ohio.time.system76.com iburst'
|
||||
|
||||
@@ -7,14 +7,14 @@ gitea_data_dir: /var/lib/gitea
|
||||
# use the default SSH server for git operations, not Gitea's built-in one
|
||||
gitea_ssh_port: 22
|
||||
gitea_user: git
|
||||
gitea_start_ssh: False
|
||||
gitea_start_ssh: false
|
||||
|
||||
gitea_disable_registration: True
|
||||
gitea_show_registration_button: False
|
||||
gitea_require_signin: False
|
||||
gitea_disable_registration: true
|
||||
gitea_show_registration_button: false
|
||||
gitea_require_signin: false
|
||||
|
||||
gitea_enable_push_create_org: True
|
||||
gitea_enable_push_create_user: True
|
||||
gitea_enable_push_create_org: true
|
||||
gitea_enable_push_create_user: true
|
||||
|
||||
# Apache reverse proxy config
|
||||
apache_mods_enabled_gitea:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
git_install_from_source: False
|
||||
git_install_from_source: false
|
||||
|
||||
ruby_install_from_source: False
|
||||
ruby_install_bundler: True
|
||||
ruby_install_from_source: false
|
||||
ruby_install_bundler: true
|
||||
|
||||
nodejs_version: '24.x'
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ apache_vhosts_munin:
|
||||
|
||||
DirectoryIndex index.html
|
||||
|
||||
munin_local_conf_remove: True
|
||||
munin_local_conf_remove: true
|
||||
munin_html_strategy: 'cgi'
|
||||
munin_graph_strategy: 'cgi'
|
||||
munin_max_processes: 4
|
||||
|
||||
Reference in New Issue
Block a user