https://github.com/hi120ki/vm-setup
My Ansible project for working box
https://github.com/hi120ki/vm-setup
ansible ansible-playbook ubuntu
Last synced: over 1 year ago
JSON representation
My Ansible project for working box
- Host: GitHub
- URL: https://github.com/hi120ki/vm-setup
- Owner: hi120ki
- License: mit
- Created: 2022-01-07T14:44:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T23:30:24.000Z (over 1 year ago)
- Last Synced: 2025-03-17T00:27:48.714Z (over 1 year ago)
- Topics: ansible, ansible-playbook, ubuntu
- Language: Makefile
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VM setup
```
$ git clone https://github.com/hi120ki/vm-setup.git
$ sudo apt-add-repository -y -u ppa:ansible/ansible ; sudo apt install -y ansible
$ ansible-playbook -c=local -i local, vm-setup/ctf.yml
```