Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 548 Bytes

Ansible Playbooks for Arch Linux CN Servers

Dependencies

  • ansible (local)
  • python (remote)

ATTENTION

DO NOT store passwords, private keys in this repo.

Write your own scripts to upload them to servers.

Usage

Deploy the build machine

ansible-playbook build.yaml -i inventories/build -t init

Add new user to playbook

  1. Copy SSH pubkey file to roles/build/files/auth_key
  2. Copy user config files to roles/build/files/user_config
  3. Add new user entry in roles/build/vars/main.yml