ansible: add new host
This commit is contained in:
parent
8ec62f5ac0
commit
4cb65edd74
@ -4,7 +4,7 @@ vm_user_smb_access_file: "{{ keys_repo_path }}/users/{{ vm_username }}/smb"
|
||||
ssh_access_keys: "{{ keys_repo_path }}/common/vm_access_authorized_keys"
|
||||
nas_ip: "192.168.100.50"
|
||||
|
||||
rc_files_url: "https://git.tylencloud.com/tylen/rc-files"
|
||||
rc_files_url: "https://git.davydovcloud.com/tylen/rc-files"
|
||||
bashrc_file_url: "{{ rc_files_url }}/raw/branch/main/bashrc"
|
||||
vimrc_file_url: "{{ rc_files_url }}/raw/branch/main/vimrc"
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
[workers]
|
||||
vm-media-100-55 ansible_host=192.168.100.55 ansible_user=tylen
|
||||
vm-tools-100-65 ansible_host=192.168.100.65 ansible_user=tylen
|
||||
vm-network-100-75 ansible_host=192.168.100.75 ansible_user=tylen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user