https://github.com/snickerjp/idcf_ansible_playbook
https://github.com/snickerjp/idcf_ansible_playbook
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snickerjp/idcf_ansible_playbook
- Owner: snickerjp
- License: apache-2.0
- Created: 2015-12-01T05:40:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T08:14:29.000Z (over 8 years ago)
- Last Synced: 2025-03-14T15:12:51.525Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Provisioning for Ubuntu 16.04 Ansible
# Ansible 2.0
## Usage
```bash
ssh-keygen -b 2048
# project path
cd /opt/idcf_ansible_playbook
# set idcf API settings
vi cloudstack.ini
# copy template
sh init.sh
#cp inventory.template inventory # init.sh で、済
vi inventory
#cp infra.yml.template infra.yml # init.sh で、済
vi infra.yml # replace settings
ansible-playbook infra.yml -i inventory
#cp main.yml.template main.yml # init.sh で、済
vi main.yml # replace settings
ansible-playbook main.yml -i inventory -c ssh
```
### for Vagrant
```bash
vi main.yml
```