more ansible and some fish
This commit is contained in:
parent
0960956064
commit
d98017f0c8
@ -21,6 +21,7 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
alias logout='/usr/bin/kill -9 -1'
|
||||
alias ss='cd /home/solomon/.scripts/'
|
||||
alias sound-settings='pavucontrol'
|
||||
alias tasty='nohup /opt/tastyworks/bin/tastyworks &'
|
||||
|
||||
## fish misc functions start ##
|
||||
|
||||
|
||||
@ -3,12 +3,9 @@
|
||||
# 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
|
||||
#server1 ansible_host = <target machine for DU deployment> ansible_user = <Ansible user> ansible_connection = ssh
|
||||
server1 ansible_host = <your host name> ansible_user = <your unix user>m ansible_connection = ssh
|
||||
|
||||
[def-node]
|
||||
#server2 ansible_host = <target machine for artifact upload>
|
||||
ansible_user = <Ansible user> ansible_connection = ssh
|
||||
#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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user