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

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.

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