I hereby claim:
- I am buluma on github.
- I am buluma_michael (https://keybase.io/buluma_michael) on keybase.
- I have a public key whose fingerprint is 2446 D833 4B9E 98BB 8094 A36C 7463 DB01 C54C 6BB0
To claim this, I am signing this object:
| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #007B00; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| </style> |
| --- | |
| # ^^^ YAML documents must begin with the document separator "---" | |
| # | |
| #### Example docblock, I like to put a descriptive comment at the top of my | |
| #### playbooks. | |
| # | |
| # Overview: Playbook to bootstrap a new host for configuration management. | |
| # Applies to: production | |
| # Description: | |
| # Ensures that a host is configured for management with Ansible. |
| #!/bin/bash -e | |
| clear | |
| echo "============================================" | |
| echo "WordPress Install Script" | |
| echo "============================================" | |
| echo "Database Name: " | |
| read -e dbname | |
| echo "Database User: " | |
| read -e dbuser | |
| echo "Database Password: " |
I hereby claim:
To claim this, I am signing this object: