some more tweaks

This commit is contained in:
Kevin Fenzi 2018-12-12 22:01:15 +00:00
parent 0d35cfe662
commit 9890c5e180
2 changed files with 7 additions and 0 deletions

View file

@ -30,6 +30,7 @@
destname: overcloud
proxyurl: http://192.168.20.51
balancer_name: controller.fedorainfracloud.org
certbot_addhost: undercloud01.fedorainfracloud.org
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"

View file

@ -35,6 +35,12 @@
- config
- undercloud
- name: Create web directory
file: path=/srv/web state=directory owner=root group=root mode=0755
tags:
- config
- undercloud
- name: Copy files to ~/stack/
copy: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
with_items: