This file contains hidden or 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
| # Import this before any roles on your playbooks: `- import_playbook: ansible-set-up-playbook.yml` | |
| --- | |
| - name: ansible_set_up | |
| hosts: all | |
| # This Playbook is run as root @see inventory-*.yml files for details about Privilege Escalation for this playbook | |
| become: yes | |
| # @see https://www.linuxschoolonline.com/how-to-use-ansible-even-it-the-target-host-does-not-have-python-installed/ | |
| gather_facts: no | |
| # debugger: always | |
| pre_tasks: |
This file contains hidden or 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
| <?php | |
| /** | |
| * Description of BlogSpam.net, Detection for Blog & Forum SPAM free API (v2.0) | |
| * @see https://blogspam.net/api/2.0/ | |
| * @note The BlogsSapm.net API supports only HTTP queries. | |
| * | |
| * @version 1.0.2 | |
| * | |
| * @requires Buzz HTTP library. https://github.com/sensiolabs/SensioBuzzBundle | |
| * and cUrl (php5-curl), etc. |
This file contains hidden or 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
| <?php | |
| /** | |
| * Description of recaptcha service which uses the ReCaptcha API by Google | |
| * @see https://www.google.com/recaptcha | |
| * @important Requires a Google account @see https://www.google.com/recaptcha/admin - property "Your property" | |
| * | |
| * @version 1.0.3 | |
| * | |
| * @requires Buzz HTTP library. https://github.com/sensiolabs/SensioBuzzBundle | |
| * and cUrl (php5-curl), etc. |
This file contains hidden or 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
| <?php | |
| /** | |
| * Description of Free GeoIP location service by IPInfoDB --Symfony 2.8-- | |
| * @see http://www.ipinfodb.com/ip_location_api.php | |
| * @note The IPInfoDB API supports both the http and https API queries. | |
| * @important Requires a valid IPInfoDB account (free) | |
| * | |
| * @version 1.0.1 | |
| * | |
| * @requires Buzz HTTP library. https://github.com/sensiolabs/SensioBuzzBundle |