File tree Expand file tree Collapse file tree 2 files changed +134
-2
lines changed
Expand file tree Collapse file tree 2 files changed +134
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Breaking Changes
1111
12+ ### Added
13+
14+ New features:
15+
16+ ### Changed
17+
18+ Changes in existing functionality:
19+
20+
21+ ## [ 2.0.0] - 2023-02-28
22+
1223All roles:
1324* Renamed all injectable variables:
1425 * ` rolename__combined_varname ` to ` rolename__varname__combined_var `
@@ -271,6 +282,7 @@ Bug fixes:
271282* Module Util: gnupg
272283
273284
274- [ Unreleased ] : https://github.com/Linuxfabrik/lfops/compare/v1.0.1...HEAD
285+ [ Unreleased ] : https://github.com/Linuxfabrik/lfops/compare/v2.0.0...HEAD
286+ [ 2.0.0 ] : https://github.com/Linuxfabrik/lfops/compare/v1.0.1...v2.0.0
275287[ 1.0.1 ] : https://github.com/Linuxfabrik/lfops/compare/v1.0.0...v1.0.1
276288[ 1.0.0 ] : https://github.com/Linuxfabrik/lfops/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: 'linuxfabrik'
88name : ' lfops'
99
1010# The version of the collection. Must be compatible with semantic versioning
11- version : ' 1 .0.1 '
11+ version : ' 2 .0.0 '
1212
1313# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414readme : ' README.md'
@@ -44,6 +44,126 @@ tags:
4444 - ' playbook'
4545 - ' selfhosted'
4646 - ' sysadmin'
47+ - ' acme_sh'
48+ - ' apache_httpd'
49+ - ' apache_tomcat'
50+ - ' apps'
51+ - ' at'
52+ - ' audit'
53+ - ' bind'
54+ - ' chrony'
55+ - ' cloud_init'
56+ - ' cockpit'
57+ - ' collabora'
58+ - ' coturn'
59+ - ' crypto_policy'
60+ - ' dnf_makecache'
61+ - ' docker'
62+ - ' duplicity'
63+ - ' elasticsearch_oss'
64+ - ' exoscale_vm'
65+ - ' fail2ban'
66+ - ' firewall'
67+ - ' freeipa_client'
68+ - ' freeipa_server'
69+ - ' gitlab_ce'
70+ - ' glances'
71+ - ' grafana'
72+ - ' grav'
73+ - ' graylog_server'
74+ - ' haveged'
75+ - ' hetzner_vm'
76+ - ' hostname'
77+ - ' icinga2_agent'
78+ - ' icinga2_master'
79+ - ' icingaweb2'
80+ - ' icingaweb2_module_company'
81+ - ' icingaweb2_module_director'
82+ - ' icingaweb2_module_doc'
83+ - ' icingaweb2_module_grafana'
84+ - ' icingaweb2_module_incubator'
85+ - ' icingaweb2_module_monitoring'
86+ - ' icingaweb2_module_vspheredb'
87+ - ' influxdb'
88+ - ' infomaniak_vm'
89+ - ' kdump'
90+ - ' kernel_settings'
91+ - ' keycloak'
92+ - ' kvm_host'
93+ - ' kvm_vm'
94+ - ' libmaxminddb'
95+ - ' librenms'
96+ - ' libreoffice'
97+ - ' login'
98+ - ' logrotate'
99+ - ' mailto_root'
100+ - ' mailx'
101+ - ' mariadb_client'
102+ - ' mariadb_server'
103+ - ' maxmind_geoip'
104+ - ' minio_client'
105+ - ' mod_maxminddb'
106+ - ' mongodb'
107+ - ' monitoring_plugins'
108+ - ' motd'
109+ - ' network'
110+ - ' nextcloud'
111+ - ' nfs_client'
112+ - ' nfs_server'
113+ - ' nodejs'
114+ - ' objectstore_backup'
115+ - ' opensearch'
116+ - ' openssl'
117+ - ' open_vm_tools'
118+ - ' openvpn_server'
119+ - ' perl'
120+ - ' php'
121+ - ' policycoreutils'
122+ - ' postfix'
123+ - ' postgresql_server'
124+ - ' python'
125+ - ' python_venv'
126+ - ' qemu_guest_agent'
127+ - ' redis'
128+ - ' repo_baseos'
129+ - ' repo_collabora'
130+ - ' repo_collabora_code'
131+ - ' repo_debian_base'
132+ - ' repo_docker'
133+ - ' repo_elasticsearch'
134+ - ' repo_elasticsearch_oss'
135+ - ' repo_epel'
136+ - ' repo_gitlab_ce'
137+ - ' repo_grafana'
138+ - ' repo_graylog'
139+ - ' repo_icinga'
140+ - ' repo_influxdb'
141+ - ' repo_mariadb'
142+ - ' repo_mongodb'
143+ - ' repo_monitoring_plugins'
144+ - ' repo_mydumper'
145+ - ' repo_opensearch'
146+ - ' repo_postgresql'
147+ - ' repo_remi'
148+ - ' repo_sury'
149+ - ' rocketchat'
150+ - ' rsyslog'
151+ - ' selinux'
152+ - ' shared'
153+ - ' snmp'
154+ - ' sshd'
155+ - ' systemd_journald'
156+ - ' systemd_unit'
157+ - ' system_update'
158+ - ' tar'
159+ - ' telegraf'
160+ - ' test'
161+ - ' timezone'
162+ - ' tools'
163+ - ' unattended_upgrades'
164+ - ' wordpress'
165+ - ' yum_utils'
166+
47167
48168# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
49169# collection label 'namespace.name'. The value is a version range
You can’t perform that action at this time.
0 commit comments