Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matusstafura/ansible
quick start
https://github.com/matusstafura/ansible
Last synced: 1 day ago
JSON representation
quick start
- Host: GitHub
- URL: https://github.com/matusstafura/ansible
- Owner: matusstafura
- Created: 2023-03-23T13:58:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:34:38.000Z (about 2 months ago)
- Last Synced: 2024-11-27T15:34:11.955Z (about 2 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ansible setup
### Install Ansible
```shell
sudo apt install git ansible cmake software-properties-common -y
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
```### Clone Repo
```shell
git clone https://github.com/matusstafura/ansible
```### Install Playbooks
```shell
ansible-playbook ${playbook}
```## Development
```bash
make dev
```