https://github.com/snickerjp/boot-nifcloud-ansible
https://github.com/snickerjp/boot-nifcloud-ansible
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snickerjp/boot-nifcloud-ansible
- Owner: snickerjp
- Created: 2018-08-30T08:17:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T11:46:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T06:06:32.097Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boot-nifcloud-ansible
## first
```
ansible-galaxy install --roles-path ./roles nifcloud.nifcloud
cp -a ./roles/nifcloud.nifcloud/library/* library/.
ansible-playbook -i hosts provision.yml
```
## edit hosts
```
[nifcl_hosts]
xxx.xxx.xxx.xxx # 起動したサーバのGlobal ip address
yyy.yyy.yyy.yyy # 起動したサーバのGlobal ip address
```
## provision Nginx
```
ansible-playbook -i hosts nginx.yml
```