Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snickerjp/boot-nifcloud-ansible
https://github.com/snickerjp/boot-nifcloud-ansible
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snickerjp/boot-nifcloud-ansible
- Owner: snickerjp
- Created: 2018-08-30T08:17:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T11:46:04.000Z (over 6 years ago)
- Last Synced: 2024-11-16T12:42:06.667Z (2 months 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
```