Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

alexpdp7/smartos.ansible.sandbox

Repository files navigation

SmartOS modules are in the devel branch for Ansible 2.3, so you cannot use
packaged/pip versions.

Create a virtualenv with Python 3 and:

$ pip install -r requirements.txt

You might need to pip install appdirs separately prior to that.

Install Python on SmartOS so it can be managed by Ansible:

$ ansible-playbook smartos_bootstrap_ansible/bootstrap_ansible.yml

Create the lab:

$ ansible-playbook lab.yml

Log to bastion:

$ ssh root@192.168.100.3

Log to internal zone:

$ ssh -o ProxyCommand="ssh -W %h:%p root@192.168.100.3" root@192.168.101.2

About

Just some experiments with Ansible and SmartOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published