Skip to content

Add Centos 7 and Debian 8 support#1

Open
recid wants to merge 2 commits intomasterfrom
dev
Open

Add Centos 7 and Debian 8 support#1
recid wants to merge 2 commits intomasterfrom
dev

Conversation

@recid
Copy link
Copy Markdown
Owner

@recid recid commented Jan 14, 2016

This playbook is compatible with ansible v2
Correct some handlers which do not notify

Cédric Liard added 2 commits January 13, 2016 18:13
This playbook is compatible with ansible v2
Correct some handlers which do not notify
* Fix the include OS vas
* Add the firewalld service such as an iptables service (RHEL and CentOS 7)
* Finish the portal, manager and reload URL/Vhost/DNS configuration
@lalmeras
Copy link
Copy Markdown

lalmeras commented Jul 4, 2017

Hi,

You forget Jinja tags around common_packages_list (in roles/common/tasks/packages.yml)

with_items: common_packages_list

should be replaced by

with_items: "{{ common_packages_list }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants