swiftenv
ansible-role-swiftenv
An Ansible role to install swiftenv.
Requirements
- Add
swiftenv
to your$PATH
after install.
echo 'export PATH="$HOME/.swiftenv/bin:$PATH"' >> ~/.bash_profile
- Run the following:
~/.swiftenv/bin/swiftenv init
Role Variables
swiftenv_install_path
- The path to installswiftenv
.swiftenv_git_url
- The git URL to cloneswiftenv
from.swiftenv_git_update
- If the clonedswiftenv
git repository should be updated.
Dependencies
No dependencies.
Example Playbook
- hosts: servers
roles:
- { role: bluk.swiftenv }
License
Install
ansible-galaxy install bluk/ansible-role-swiftenv
License
apache-2.0
Downloads
28
Owner