From d98017f0c8d8cf34d7c3cca39fd674df5848fc09 Mon Sep 17 00:00:00 2001 From: Inkletblot Date: Fri, 19 Feb 2021 13:02:31 +1030 Subject: [PATCH] more ansible and some fish --- .config/fish/config.fish | 1 + ansible/hosts | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 4171fbf..4d576ca 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 ## diff --git a/ansible/hosts b/ansible/hosts index c531ff1..e9f7166 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -3,12 +3,9 @@ # Defines machine type def node to upload metadata. [abc-node] -#server1 ansible_host = -ansible_user = ansible_connection = ssh -server1 ansible_host = ansible_user = -ansible_connection = ssh +#server1 ansible_host = ansible_user = ansible_connection = ssh +server1 ansible_host = ansible_user = m ansible_connection = ssh [def-node] -#server2 ansible_host = -ansible_user = ansible_connection = ssh +#server2 ansible_host = ansible_user = ansible_connection = ssh server2 ansible_host = ansible_user = ansible_connection = ssh