Related Content
Allowing Cached HTTPS Traffic From Drupal With Varnish And Pound
Adding iptables Rules With Ansible
Many systems and applications require certain access to certain ports and protocols. When installing these systems using Ansible it is necessary to also open up the needed ports so that the systems can function correctly. As there is no iptables module in Ansible the shell command is needed to add the iptables rules.
Vlad - The Vagrant LAMP Ansible Drupal development box
I’ve been using local development environments for years to work on websites.
Ansible SSH Setup Playbook
It is best practice to use Ansible with SSH keys in order to create the SSH connections to the servers. This does require a little bit of extra setup before hand in order to ensure that the server can be reached by Ansible via SSH keys alone. As I have been doing this quite a lot recently I decided to package the setup steps into an Ansible playbook.
Ansible: The Automation Engine
Ansible is a automation and provisioning tool that makes it easy to configure systems with the needed software, configuration options and even content. It is a command line tool, written in Python, that uses SSH connections to run these actions.
Creating Mac OSX Aliases
Adding an alias to your system is a good way of saving time when remembering complex commands. You can reduce a command down to a quick two letter command that is easy to remember.
The alias command can be used to assign an alias on the fly. You can create an alias to 'ls -lah' by typing in the following into the command line.
Comments
$ brew search sshpass We won't add sshpass because it makes it too easy for novice SSH users to ruin SSH's security.
Submitted by Ron on Mon, 02/17/2014 - 02:43
PermalinkSubmitted by Chris McCoy on Wed, 04/09/2014 - 05:55
PermalinkSubmitted by Jay on Fri, 09/05/2014 - 17:01
PermalinkSubmitted by Richard Clayton on Fri, 03/27/2015 - 16:47
Permalink$ brew install https://raw.github.com/eugeneoden/homebrew/eca9de1/Library/Formula/sshpass.rb ######################################################################## 100.0% ==> Downloading http://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz ######################################################################## 100.0% Error: MD5 support has been dropped for security reasons. Please switch this formula to SHA256.
Submitted by Eduard on Thu, 04/09/2015 - 18:58
PermalinkSubmitted by zq on Thu, 04/23/2015 - 03:02
PermalinkSubmitted by giHlZp8M8D on Thu, 04/23/2015 - 09:27
PermalinkSubmitted by Mike on Thu, 05/14/2015 - 14:43
Permalink$ brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb ######################################################################## 100.0% ==> Downloading http://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz Already downloaded: /Library/Caches/Homebrew/sshpass-1.05.tar.gz Error: SHA256 mismatch Expected: c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e Actual: 96ca20a16a86083b1eb666fecbfa5b3f9eb7317ec9e6fcfcae5a91d96777b767 Archive: /Library/Caches/Homebrew/sshpass-1.05.tar.gz To retry an incomplete download, remove the file above.
Submitted by Askar on Thu, 06/04/2015 - 06:16
PermalinkSubmitted by Yann de Champlain on Wed, 09/02/2015 - 14:24
PermalinkSubmitted by Jagadeesh on Tue, 11/17/2015 - 12:26
PermalinkSubmitted by Dika Fernando on Tue, 11/29/2016 - 18:10
PermalinkAdd new comment