Created
September 12, 2013 00:30
-
-
Save takuan-osho/6531751 to your computer and use it in GitHub Desktop.
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
PLAY [all] ******************************************************************** | |
GATHERING FACTS *************************************************************** | |
ok: [192.168.33.50] | |
TASK: [基本的なパッケージをインストール] ****************************************************** | |
changed: [192.168.33.50] => (item=build-essential,libsqlite3-dev,libreadline6-dev,libgdbm-dev,zlib1g-dev,libbz2-dev,sqlite3,tk-dev,zip,git) => {"changed": true, "item": "build-essential,libsqlite3-dev,libreadline6-dev,libgdbm-dev,zlib1g-dev,libbz2-dev,sqlite3,tk-dev,zip,git"} | |
TASK: [apacheのインストール] ********************************************************* | |
changed: [192.168.33.50] => {"changed": true} | |
TASK: [apacheを起動] ************************************************************* | |
ok: [192.168.33.50] => {"changed": false, "name": "apache2", "state": "started"} | |
TASK: [MySQLのインストール] ********************************************************** | |
changed: [192.168.33.50] => {"changed": true} | |
TASK: [MySQLを起動] ************************************************************** | |
ok: [192.168.33.50] => {"changed": false, "name": "mysql", "state": "started"} | |
PLAY RECAP ******************************************************************** | |
192.168.33.50 : ok=6 changed=3 unreachable=0 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment