ubuntu-provision | Ansible script for local Ubuntu provisioning
kandi X-RAY | ubuntu-provision Summary
kandi X-RAY | ubuntu-provision Summary
ubuntu-provision is a Python library typically used in Ansible, Ubuntu, Debian applications. ubuntu-provision has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Ansible script for local Ubuntu provisioning.
Ansible script for local Ubuntu provisioning.
Support
Quality
Security
License
Reuse
Support
ubuntu-provision has a low active ecosystem.
It has 9 star(s) with 2 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
There are 2 open issues and 0 have been closed. On average issues are closed in 1822 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ubuntu-provision is current.
Quality
ubuntu-provision has no bugs reported.
Security
ubuntu-provision has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ubuntu-provision is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ubuntu-provision releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ubuntu-provision
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ubuntu-provision
ubuntu-provision Key Features
No Key Features are available at this moment for ubuntu-provision.
ubuntu-provision Examples and Code Snippets
No Code Snippets are available at this moment for ubuntu-provision.
Community Discussions
No Community Discussions are available at this moment for ubuntu-provision.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ubuntu-provision
Install pip ```bash sudo apt-get install python-setuptools sudo easy_install pip ```. Install Ubuntu packages ```bash sudo apt-get install aptitude sudo apt-get install git sudo apt-get install curl sudo apt-get install python-dev libxml2-dev libxslt-dev ```. Checkout this repo and cd into the directory ```bash git clone https://github.com/TheodorosPloumis/ubuntu-provision.git <dir> cd <dir> ```. Pip install the requirements ```bash sudo pip install -r requirements.txt ```. Fill in the variables in the [variables file ](./roles/common/vars/main.yml). Provision your local machine.
Install pip ```bash sudo apt-get install python-setuptools sudo easy_install pip ```
Install Ubuntu packages ```bash sudo apt-get install aptitude sudo apt-get install git sudo apt-get install curl sudo apt-get install python-dev libxml2-dev libxslt-dev ```
Setup Git [setup git](https://help.github.com/articles/set-up-git) [setup ssh keys](https://help.github.com/articles/generating-ssh-keys)
Checkout this repo and cd into the directory ```bash git clone https://github.com/TheodorosPloumis/ubuntu-provision.git <dir> cd <dir> ```
Pip install the requirements ```bash sudo pip install -r requirements.txt ```
Fill in the variables in the [variables file ](./roles/common/vars/main.yml) | variable | Description | | :------------ |:---------------| | username | username of user you wish to provision for | | phpstorm_url | URL to PHPStorm package | | vagrant_url | URL to vagrant .deb file you wish to install | | virtualbox_url |URL to virtual_box .deb file you wish to install | | github_username | github username |
Provision your local machine ```bash ansible-playbook setup.yml -i HOSTS --ask-sudo-pass ```
Install pip ```bash sudo apt-get install python-setuptools sudo easy_install pip ```
Install Ubuntu packages ```bash sudo apt-get install aptitude sudo apt-get install git sudo apt-get install curl sudo apt-get install python-dev libxml2-dev libxslt-dev ```
Setup Git [setup git](https://help.github.com/articles/set-up-git) [setup ssh keys](https://help.github.com/articles/generating-ssh-keys)
Checkout this repo and cd into the directory ```bash git clone https://github.com/TheodorosPloumis/ubuntu-provision.git <dir> cd <dir> ```
Pip install the requirements ```bash sudo pip install -r requirements.txt ```
Fill in the variables in the [variables file ](./roles/common/vars/main.yml) | variable | Description | | :------------ |:---------------| | username | username of user you wish to provision for | | phpstorm_url | URL to PHPStorm package | | vagrant_url | URL to vagrant .deb file you wish to install | | virtualbox_url |URL to virtual_box .deb file you wish to install | | github_username | github username |
Provision your local machine ```bash ansible-playbook setup.yml -i HOSTS --ask-sudo-pass ```
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page