Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

bluk/ansible-role-swiftenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ansible-role-swiftenv

An Ansible role to install swiftenv.

Requirements

  1. Add swiftenv to your $PATH after install.
echo 'export PATH="$HOME/.swiftenv/bin:$PATH"' >> ~/.bash_profile
  1. Run the following:
~/.swiftenv/bin/swiftenv init

Role Variables

  • swiftenv_install_path - The path to install swiftenv.

  • swiftenv_git_url - The git URL to clone swiftenv from.

  • swiftenv_git_update - If the cloned swiftenv git repository should be updated.

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
     - { role: bluk.swiftenv }

License

Apache-2.0