Skip to content

Collection of Ansible scripts to setup miscellaneous operating systems

Notifications You must be signed in to change notification settings

pshnn/system_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Collection of Ansible scripts to setup miscellaneous operating systems.

Configuration

  • install Ansible;
  • create /etc/ansible/facts.d/system_settings.fact facts file;
  • set root_dir and dotfiles_dir under [general] in the facts file; Example:
# /etc/ansible/facts.d/system_settings.fact

[general]
root_dir=/path/to/root/dir
dotfiles_dir=/path/to/dotfiles/dir

Usage

Running scripts

ansible-playbook filename.yml --ask-become-pass

If you will need verbose output add -vvvv flag.

About

Collection of Ansible scripts to setup miscellaneous operating systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published