To make these scripts work for you you need to make a few edits:
- First, Add your Hosted_Zone ID in dyndns_route53.py
- Then enter the domain name that you want kept up-to-date
| # config file for ansible -- http://ansible.com/ | |
| # ============================================== | |
| # nearly all parameters can be overridden in ansible-playbook | |
| # or with command line flags. ansible will read ANSIBLE_CONFIG, | |
| # ansible.cfg in the current working directory, .ansible.cfg in | |
| # the home directory or /etc/ansible/ansible.cfg, whichever it | |
| # finds first | |
| [defaults] |
| #!/usr/bin/env python2 | |
| # blackwidow_enable.py | |
| # | |
| # Enables the M1-5 and FN keys to send scancodes on the Razer BlackWidow | |
| # and BlackWidow Ultimate keyboards. | |
| # | |
| # You can use 'xev' and 'xbindkeys' to assign actions to the macro keys. | |
| # | |
| # Requires the PyUSB library. |