https://github.com/wdhowe/ansible-pull
System configuration using ansible-pull.
https://github.com/wdhowe/ansible-pull
Last synced: 3 months ago
JSON representation
System configuration using ansible-pull.
- Host: GitHub
- URL: https://github.com/wdhowe/ansible-pull
- Owner: wdhowe
- License: gpl-3.0
- Created: 2021-11-03T03:43:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T23:04:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T07:13:16.805Z (12 months ago)
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-pull
System configuration using ansible-pull.
`Made for Ubuntu 23.10`
## Getting Started
- Install ansible
```bash
sudo apt install ansible
```
- Run the pull playbook
```bash
sudo ansible-pull --url https://github.com/wdhowe/ansible-pull.git
```
- Run the pull playbook, override the 'user' variable used in various roles.
```bash
sudo ansible-pull --url https://github.com/wdhowe/ansible-pull.git --extra-vars "user=USERNAME"
```
- Run locally when repo is cloned
```bash
sudo ansible-playbook local.yml
```