Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
11f44b6d
Commit
11f44b6d
authored
Jul 27, 2019
by
Jelle van der Waa
🚧
Browse files
luna: enable mariadb role on luna
Add the zabbix-agent password for luna.
parent
86abccee
Changes
3
Hide whitespace changes
Inline
Side-by-side
host_vars/luna.archlinux.org/misc
View file @
11f44b6d
...
...
@@ -12,6 +12,7 @@ mysql_backup_defaults: "/root/.backup-my.cnf"
vault_mariadb_users:
root: "{{encrypted_mariadb_users_root_password}}"
zabbix_agent: "{{encrypted_mariadb_users_zabbix_password}}"
zabbix_agent_templates:
- Template OS Linux
...
...
host_vars/luna.archlinux.org/vault_mariadb.yml
View file @
11f44b6d
$ANSIBLE_VAULT;1.1;AES256
38643637396535663862363361656662343166346238356664353031343138313762313439623631
3032316536373565623662363835376664626534613133360a663762316361373831643366396137
37656334316638623938616630303965343863323362616366656566663435393733613464383531
6336313538316231320a333863663565376561353138366136303735633935643965623966393339
34393330666162346334663163636138303038366236376532646136353836356431653466666563
61343031366633626135616432373731306130396465646564393531383037393237353930636365
64613738386662653439373566326539353362316233633636336239306465373531626231353135
31313538663334306538
34653539323464643730306538303837663534356639363664323233386564393038643830363336
3865386464666438646564346231623261616333346435640a323530343063396136633531383432
61646537613962326534336231626531643730663861663335613134666538393763313866643765
3865343639353163380a353836323966373766303333643132663466663863656634366636353539
30376233383061353866393566396162626535373432333432386233316530393330613762393234
34343038656432363965306239636566323631373931383032333863663265383766636139383231
39383965643137323139363165626335313635373066643535613839303861393332656366373735
64653663653332643339323436396365646162663165323938653337663265393466333334336565
38613062643961383963633765323230393033336432656432313862356330653666326638343964
31393065346334613639613234323636633736356164373633393532396635356262363132663963
313266666364376639353363393539623363
playbooks/luna.yml
View file @
11f44b6d
...
...
@@ -28,3 +28,5 @@
roles
:
-
nginx
-
spampd
-
{
role
:
mariadb
,
mariadb_innodb_buffer_pool_size
:
'
64M'
,
mariadb_table_open_cache
:
'
256'
,
mariadb_query_cache_type
:
'
0'
,
mariadb_innodb_file_per_table
:
True
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment