Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tombulled/ansible

Ansible Desktop Configuration
https://github.com/tombulled/ansible

Last synced: 23 days ago
JSON representation

Ansible Desktop Configuration

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
```