Skip to content

hobointhecorner/Hobo.Ansible.Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hobo.Ansible.Common

Ansible role for my personal basic host setup

Install Role

Ansible Galaxy

Ansible Galaxy can be used to install the role: ansible-galaxy install git+https://github.com/hobointhecorner/Hobo.Ansible.Common.git[,<branch or commit hash>]

Git submodule

From inside your playbook roles directory: git submodule add [-b <branch or tag>] https://github.com/hobointhecorner/Hobo.Ansible.Common.git

Variables

Name Type Required Default Desctiption
time_zone string No One of these timezone database names
upgrade_software bool No false Upgrade APT packages
auto_upgrade bool No false Create an automatic apt upgrade cron job
python3_defualt_interpreter bool No true Set python3 as the default interpreter when python is called