diff --git a/group_vars/all/ssh_users.yml b/group_vars/all/ssh_users.yml index 0cd0062..bed6739 100644 --- a/group_vars/all/ssh_users.yml +++ b/group_vars/all/ssh_users.yml @@ -6,9 +6,9 @@ ssh_users: servers_allow: - all -# - name: latina -# comment: "intra servers" -# root: yes -# servers_allow: -# - macarena.latina.red + - name: infinito + comment: "infinito@fedora" + sudo: yes + servers_allow: + - all diff --git a/hosts.production b/hosts.production index 2f9ad02..f3bf0d1 100644 --- a/hosts.production +++ b/hosts.production @@ -1,8 +1,8 @@ [localhost] 127.0.0.1 -[abyayala] +[hetzner] 5.161.236.18 -[abyayala:vars] +[hetzner:vars] ansible_ssh_user=root