Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/za-arthur/ansible-laptop
Install packages and configure a laptop using Ansible
https://github.com/za-arthur/ansible-laptop
Last synced: about 4 hours ago
JSON representation
Install packages and configure a laptop using Ansible
- Host: GitHub
- URL: https://github.com/za-arthur/ansible-laptop
- Owner: za-arthur
- License: mit
- Created: 2023-01-18T13:14:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T15:21:37.000Z (2 months ago)
- Last Synced: 2024-09-13T03:58:13.579Z (2 months ago)
- Language: Lua
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-laptop
Install packages and configure a laptop using Ansible
# Usage
List available tasks:
```
ansible-playbook ubuntu_laptop.yml --list-tasks
```Run tasks:
```
ansible-playbook ubuntu_laptop.yml -K
```Run tasks by tags:
```
ansible-playbook ubuntu_laptop.yml -K --tags "common,editors"
```