Skip to content

pauloromeira/provision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provision

Provision my personal environment for Fedora and Ubuntu-based distributions. Powered by ansible.

Tip for reading this on terminal:

curl https://provision.pauloromeira.com/readme | less

System bootstrap

curl https://provision.pauloromeira.com | bash

OR

wget -O - https://provision.pauloromeira.com | bash

Full bootstrap (includes GUI applications)

curl https://provision.pauloromeira.com | bash -s pull --tags full

Run specific tags

curl https://provision.pauloromeira.com | bash -s pull --tags TAGS

Example: install docker (and docker-compose)

curl https://provision.pauloromeira.com | bash -s pull --tags docker

Skip specific tags

curl https://provision.pauloromeira.com | bash -s pull --skip-tags SKIP_TAGS

Commands

Run locally:

./provision.sh local

Pull (always run):

provision pull [args] [playbook]

Sync (run only if remote changed):

provision sync [args] [playbook]

Run custom ansible command:

provision ansible* [args]

Gather facts

provision setup

References

My dotfiles:

Tutorials/arcticles:

Repos:

User guide:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages