Skip to content

andriperalt/playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

These are my ansible playbooks to configure multiple things. This is for Arch Linux only.

Playbooks installation

  • 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

Configure an arch linux instalation

  • Prerequisites

    • base-devel installed
  • Find playbook

cd ~/.config/playbooks/
  • Run playbook
sh configure-arch.sh

Acknowledgement

About

My ansible playbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages