https://github.com/awaelchli/ansible
Personal Ansible Configuration for Desktop and Server
https://github.com/awaelchli/ansible
Last synced: 18 days ago
JSON representation
Personal Ansible Configuration for Desktop and Server
- Host: GitHub
- URL: https://github.com/awaelchli/ansible
- Owner: awaelchli
- Created: 2021-01-21T04:12:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T23:35:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-25T02:04:59.622Z (23 days ago)
- Language: AGS Script
- Homepage:
- Size: 6.74 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desktop and Server Configuration with Ansible
## Usage
Provision local machine in a single command:
```bash
curl https://raw.githubusercontent.com/awaelchli/ansible/master/provision.sh | sudo bash
```
This requires the vault key saved in a file `$HOME/.vault-key`.Alternatively, if ansible is already installed:
```bash
ansible-pull -U https://github.com/awaelchli/ansible.git --ask-vault-pass
```## Acknowledgements
This Ansible configuration is built on the excellent template by [Jay LaCroix](https://github.com/LearnLinuxTV) from [LearnLinux.tv](http://www.learnlinux.tv).