fas2discourse: move keytab creation step into main block
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
6c64c86983
commit
ad34e07f01
1 changed files with 4 additions and 16 deletions
|
@ -1,20 +1,4 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
user: root
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- name: fas2discourse Role
|
||||
include_role:
|
||||
name: fas2discourse
|
||||
tasks_from: create-keytab
|
||||
|
||||
|
||||
- hosts: os_control_stg #:os_control
|
||||
user: root
|
||||
gather_facts: false
|
||||
|
@ -25,6 +9,10 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- name: fas2discourse Role
|
||||
include_role:
|
||||
name: fas2discourse
|
||||
tasks_from: create-keytab
|
||||
- name: fas2discourse Role
|
||||
include_role:
|
||||
name: fas2discourse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue