https://github.com/tf/my-ansible
Playbook to setup my computer.
https://github.com/tf/my-ansible
Last synced: over 1 year ago
JSON representation
Playbook to setup my computer.
- Host: GitHub
- URL: https://github.com/tf/my-ansible
- Owner: tf
- Created: 2016-11-04T18:34:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T19:21:43.000Z (over 3 years ago)
- Last Synced: 2025-01-30T18:43:29.894Z (over 1 year ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Ansible
Ansible Playbook to setup my computer
## Requirements
Tested on Ubuntu 16.04.
## Usage
Install Ansible via `apt`:
$ bin/setup
Create variable file with secrets:
$ cp vars/secrets.yml.example vars/secrets.yml
Apply playbook:
$ bin/apply