first commit
This commit is contained in:
13
rename-endpoint.yaml
Normal file
13
rename-endpoint.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Cosmos Rename Endpoint
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Rename Endpoint
|
||||
include_tasks: /var/jenkins_home/ansible/roles/cosmos_init/tasks/set_hostname.yaml
|
||||
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user