ansible: add new host

This commit is contained in:
tylen 2025-03-23 22:29:02 +00:00
parent 8ec62f5ac0
commit 4cb65edd74
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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-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