Skip to content

Instantly share code, notes, and snippets.

@yamamoto-febc
Created November 20, 2017 23:03
Show Gist options
  • Save yamamoto-febc/cd582b6990a097f416a58fdc29933e95 to your computer and use it in GitHub Desktop.
Save yamamoto-febc/cd582b6990a097f416a58fdc29933e95 to your computer and use it in GitHub Desktop.
Ansibleでusacloudを楽々インストール ref: https://qiita.com/yamamoto-febc/items/2499beeb96c07104fda6
$ yum install -y ansible
$ 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
$ ansible-playbook install-usacloud.yml
- hosts: localhost
roles:
- { role: sacloud.usacloud }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment