This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ platforms:
31
31
driver_config :
32
32
box : opscode-centos-6.5
33
33
box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
34
+ - name : centos-7.2
35
+ driver_config :
36
+ box : opscode-centos-7.2
37
+ box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.2_chef-provisionerless.box
34
38
- name : oracle-6.4
35
39
driver_config :
36
40
box : oracle-6.4
Original file line number Diff line number Diff line change 1
1
---
2
2
3
3
- name : add the OS specific variables
4
- include_vars : " {{ ansible_os_family }}.yml"
4
+ include_vars : " {{ item }}"
5
+ with_first_found :
6
+ - " {{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
7
+ - " {{ ansible_distribution }}.yml"
8
+ - " {{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
9
+ - " {{ ansible_os_family }}.yml"
5
10
tags : always
6
11
7
12
- include : configure.yml
Original file line number Diff line number Diff line change
1
+ mysql_daemon : mariadb
2
+ mysql_hardening_mysql_conf_file : ' /etc/my.cnf'
3
+ mysql_hardening_mysql_confd_dir : ' /etc/my.cnf.d'
You can’t perform that action at this time.
0 commit comments