Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 571 Bytes

ubuntu.md

File metadata and controls

23 lines (19 loc) · 571 Bytes

ubuntu

Installs Ubuntu configurations

Setup

  • If on VM
    • Install Guest Additions
  • Bootstrap
    • Copy 'Bootstrap' to terminal
    • Execute Bootstrap
  • Configure your profile
    • Create a user profile in "user_profiles/" from template "user_profiles/__DEMO__.yml"

Run

./go.sh -s -p ubuntu -u {user_profile}

Bootstrap
sudo apt install -y python3 python3-pip python3-setuptools git \
  && sudo pip3 install ansible \
  && git clone https://github.com/OurFriendIrony/ansible.git /tmp/ansible \
  && cd /tmp/ansible