some more tweaks
This commit is contained in:
parent
0d35cfe662
commit
9890c5e180
2 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue