8000 GitHub - escaped/ansible-fileserver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

escaped/ansible-fileserver

Repository files navigation

FileServer Configuration

Requirements

  • Vagrant
  • VirtualBox
  • ansible

Initialize vm

To initialize (create and provision on first run) the Virtual machine, run:

./bootstrap.sh

To access the virtual machine use:

vagrant ssh

To rerun the ansible configuration, call:

vagrant provision

Variables

See defaults directories or host_vars/vagrant.

install on remote machine

** run remote install **

# bootstrap install
ansible-playbook -i hosts -u root  --ask-pass --limit {{hostname}} bootstrap.yml

# configure system
ansible-playbook -i hosts -u {{ssh_user}} --ask-sudo-pass --limit {{hostname}} playbook.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0