Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombulled/ansible
Ansible Desktop Configuration
https://github.com/tombulled/ansible
Last synced: 23 days ago
JSON representation
Ansible Desktop Configuration
- Host: GitHub
- URL: https://github.com/tombulled/ansible
- Owner: tombulled
- License: mit
- Created: 2022-10-12T19:35:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T13:48:02.000Z (5 months ago)
- Last Synced: 2024-08-04T11:58:21.877Z (5 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible
Ansible Desktop Configuration## Bootstrapping
```console
curl "https://raw.githubusercontent.com/tombulled/ansible/main/boostrap.sh" | bash
```## Ansible Pull
```console
sudo ansible-pull -U https://github.com/tombulled/ansible.git
```## Development
### Bootstrapping
```console
curl "https://raw.githubusercontent.com/tombulled/ansible/feature/some-branch/boostrap.sh" | bash
```### Ansible Pull
```console
sudo ansible-pull -U https://github.com/tombulled/ansible.git --checkout feature/some-branch
```