config/ansible/hosts
2021-02-11 09:03:17 +10:30

15 lines
607 B
INI

#File name: hosts
#Description: Inventory file for your application. Defines machine type abcnode to deploy specific artifacts
# Defines machine type def node to upload metadata.
[abc-node]
#server1 ansible_host = <target machine for DU deployment>
ansible_user = <Ansibleuser> ansible_connection = ssh
server1 ansible_host = <your host name> ansible_user = <your unix user>
ansible_connection = ssh
[def-node]
#server2 ansible_host = <target machine for artifact upload>
ansible_user = <Ansible user> ansible_connection = ssh
server2 ansible_host = <host> ansible_user = <user> ansible_connection = ssh