GitXplorerGitXplorer
k

dotfiles-ansible

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6a6b4e8da4c58f5e9ea5de35033312eff45db58a

cpanm should install package with dependencies

kkianmeng committed 7 years ago
Unverified
04d7e065218e196cdcafa87fc63fac5ed450011e

Add sensors app in Fedora

kkianmeng committed 7 years ago
Unverified
75dcd6e9c8a1b283c12412ed0fcae3d43b6ee687

Fix missing Google Chrome installation

kkianmeng committed 7 years ago
Unverified
fdebbff516920c5b63d4e809dc5c9e3dc13317c6

Install the DNF Utils

kkianmeng committed 7 years ago
Unverified
b9a50dff04390ef96d42801f87f1ec990762e84d

Add Fedora installation rules for desktop

kkianmeng committed 7 years ago
Unverified
274f6be5a5a01e1a01e906c7f2112e194b919661

Update installation status

kkianmeng committed 7 years ago

README

The README file for this repository.

dotfiles-ansible

Continuation of my dotfiles through Ansible, a tool to configure and manage computers.

Installation

Use the boostrap.sh Shell script to install Ansible. Either command will work.

$ wget -qO- https://goo.gl/35gHfP | bash -
$ bash <(curl -L https://goo.gl/35gHfP)

If everything goes well, you should obtain result below.

localhost | success >> {
    "changed": false, 
    "ping": "pong"
}

Test run the provisioning.

$ make dryrun
$ source ~/.bashrc

Run the provisioning.

$ make install
$ source ~/.bashrc

To run individual role

$ make role monitoring