Skip to content

moovs/setting-locale-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

1. Fix locale settings warning on Debian 9 (stretch) with Ansible

  1. Clone this repository locally: https://github.com/moovs/setting-locale-settings.git
  2. Add your ssh-key to the host when you want to fix warning: ssh-copy-id -i ~/.ssh/id_rsa.pub user@host
  • This logs into the server host, and copies keys to the server, and configures them to grant access by adding them to the authorized_keys file.
  1. Just set up your server's IP in hosts file for example:
[my_group]
my_domain ansible_ssh_host=192.168.0.0 ansible_ssh_user=my_user
  1. And run: ansible-playbook -i hosts ./roles/locale/main.yml
  2. You have fixed locale settings warning on your host 👽

Releases

No releases published

Packages

No packages published