These are my ansible playbooks to configure multiple things. This is for Arch Linux only.
-
Make sure that your hostname is define on /etc/hosts:
# # /etc/hosts: static lookup table for host names # #<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost ::1 localhost.localdomain localhost 127.0.1.1 **hostname**.localdomain**hostanme** # End of file
-
Download configuration file:
curl -LOJ https://raw.githubusercontent.com/arperalta3/playbooks/master/configure-ansible.sh >> configure-ansible.sh
- Run ansible configuration:
chmod +x configure-ansible.sh
./configure-ansible.sh
-
Prerequisites
- base-devel installed
-
Find playbook
cd ~/.config/playbooks/
- Run playbook
sh configure-arch.sh