add fedora-bootstrap.yml include for osbs-cluster

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-10-24 16:46:22 +00:00
parent 753cbb7973
commit 3760302843
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
- include: "/srv/web/infra/ansible/playbooks/include/bootstrap-fedora.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"

View file

@ -0,0 +1,4 @@
- name: install python and deps for ansible modules
raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall
# vim:ft=ansible: