Skip to content

rayshoo/plang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plang

How to use

  1. Install ansible package

  2. Specifies the roles to be performed in site.yaml

# site.yaml
---
roles:
  - golang
  - nodejs
  - ruby
  1. Type the version of programming languages you want to install in vars/version.yaml
# vars/version.yaml
---
vars:
  version:
    golang: 1.17
    nodejs: 14.17.5
    ruby: 3.0.2
  1. Set the host to be executed in hosts.ini and site.yaml

  2. run the playbook

$ ansible-playbook site.yaml

Referenced

About

Install progamming languages on linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages