Move bootstrap-ansible and passwords to run_osa tag

Allows for deployment/bootstrap of OSA to be skipped
by skipping run_osa while still allowing configuration
to be added during pre_config_osa.

Change-Id: I40b0c8209f03c7e9543c7c688f2ef8ba2ebdf72d
This commit is contained in:
Antony Messerli 2018-09-07 16:59:23 -05:00
parent 2958a629c7
commit cd3b3f047a
1 changed files with 2 additions and 2 deletions

View File

@ -113,14 +113,14 @@
args:
chdir: /opt/openstack-ansible
when:
- pre_config_osa | default(true) | bool
- run_osa | default(true) | bool
- name: Create passwords
command: ./scripts/pw-token-gen.py --file /etc/openstack_deploy/user_secrets.yml
args:
chdir: /opt/openstack-ansible
when:
- pre_config_osa | default(true) | bool
- run_osa | default(true) | bool
- name: Config Tmux
lineinfile: