This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: install and start httpd | |
hosts: web | |
tasks: | |
- name: install epel repo | |
yum: name=epel-release state=latest | |
- name: install python bindings for selinux | |
yum: name={{item}} state=latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: install and start httpd | |
hosts: web | |
tasks: | |
- name: install epel repo | |
yum: name=epel-release state=latest | |
- name: install python bindings for selinux | |
yum: name={{item}} state=latest |