add fedora-bootstrap.yml include for osbs-cluster
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
753cbb7973
commit
3760302843
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
4
playbooks/include/bootstrap-fedora.yml
Normal file
4
playbooks/include/bootstrap-fedora.yml
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue