Created
November 20, 2017 23:03
-
-
Save yamamoto-febc/cd582b6990a097f416a58fdc29933e95 to your computer and use it in GitHub Desktop.
Ansibleでusacloudを楽々インストール ref: https://qiita.com/yamamoto-febc/items/2499beeb96c07104fda6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ yum install -y ansible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-galaxy install sacloud.usacloud | |
- downloading role 'usacloud', owned by sacloud | |
- downloading role from https://github.com/sacloud/ansible-role-usacloud/archive/master.tar.gz | |
- extracting sacloud.usacloud to /etc/ansible/roles/sacloud.usacloud | |
- sacloud.usacloud (master) was installed successfully |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-playbook install-usacloud.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- hosts: localhost | |
roles: | |
- { role: sacloud.usacloud } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment