alwqx / infra-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure tools

use ansible to manage and init infrastructures

Requirements

  • make
  • ansible

Steps

  1. clone repo
git clone https://github.com/adolphlwq/infra-tools.git
  1. change default valus in dir
    1. global_vars/all
    ---
    demo_user: your_user
    demo_pass: your_pass
    dotfiles_dest: /home/your_user/workspace/githubwp/dotfiles
    
    1. ansible.cfg
    remote_user = your_user
    
  2. change host in hosts
[ubuntu]
example.org
  1. run make start to init your Linux server

About


Languages

Language:Makefile 100.0%