uncommented some tasks forgot
This commit is contained in:
+12
-12
@@ -1,18 +1,18 @@
|
||||
---
|
||||
|
||||
# Mount GPO Share path
|
||||
#- name: Mount GPO Share path
|
||||
# include_role:
|
||||
# name: "cifs_mount"
|
||||
# vars:
|
||||
# smb_username: "{{ ITMFG_USERNAME }}"
|
||||
# smb_password: "{{ ITMFG_PASSWORD }}"
|
||||
# server_path: "//172.23.1.23/gpo"
|
||||
# target_path: "{{ gpo_yaml_share }}"
|
||||
#
|
||||
## create python gpo service
|
||||
#- name: GPO Site - python api service
|
||||
# include_tasks: api.yaml
|
||||
- name: Mount GPO Share path
|
||||
include_role:
|
||||
name: "cifs_mount"
|
||||
vars:
|
||||
smb_username: "{{ ITMFG_USERNAME }}"
|
||||
smb_password: "{{ ITMFG_PASSWORD }}"
|
||||
server_path: "//172.23.1.23/gpo"
|
||||
target_path: "{{ gpo_yaml_share }}"
|
||||
|
||||
# create python gpo service
|
||||
- name: GPO Site - python api service
|
||||
include_tasks: api.yaml
|
||||
|
||||
# create python gpo service
|
||||
- name: GPO Site - dashboard container
|
||||
|
||||
Reference in New Issue
Block a user