more ansible and some fish

This commit is contained in:
Inkletblot 2021-02-19 13:02:31 +10:30
parent 0960956064
commit d98017f0c8
2 changed files with 4 additions and 6 deletions

View File

@ -21,6 +21,7 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias logout='/usr/bin/kill -9 -1' alias logout='/usr/bin/kill -9 -1'
alias ss='cd /home/solomon/.scripts/' alias ss='cd /home/solomon/.scripts/'
alias sound-settings='pavucontrol' alias sound-settings='pavucontrol'
alias tasty='nohup /opt/tastyworks/bin/tastyworks &'
## fish misc functions start ## ## fish misc functions start ##

View File

@ -3,12 +3,9 @@
# Defines machine type def node to upload metadata. # Defines machine type def node to upload metadata.
[abc-node] [abc-node]
#server1 ansible_host = <target machine for DU deployment> #server1 ansible_host = <target machine for DU deployment> ansible_user = <Ansible user> ansible_connection = ssh
ansible_user = <Ansibleuser> ansible_connection = ssh server1 ansible_host = <your host name> ansible_user = <your unix user>m ansible_connection = ssh
server1 ansible_host = <your host name> ansible_user = <your unix user>
ansible_connection = ssh
[def-node] [def-node]
#server2 ansible_host = <target machine for artifact upload> #server2 ansible_host = <target machine for artifact upload> ansible_user = <Ansible user> ansible_connection = ssh
ansible_user = <Ansible user> ansible_connection = ssh
server2 ansible_host = <host> ansible_user = <user> ansible_connection = ssh server2 ansible_host = <host> ansible_user = <user> ansible_connection = ssh