Skip to content

lampadmins.com

Just another Devops website

  • News
  • Devops Tools
    • Ansible
    • AWS
    • Git
    • Docker
    • Kubernetes
    • Vagrant
  • Linux
    • Linux Administration
    • Bash Scripting
    • Linux Security
    • SSH
  • Programming
    • nodejs
    • Python
  • Interviewing
  • About
lampadmins.com

Author: bellc

Ansible: Different ways to run a playbook

Posted on August 12, 2017October 20, 2017 bellcLeave a commentPosted in Ansible

Running a playbook over ssh with username and password   I find that normally when setting up a virtual machine that I haven’t added ssh pubic keys yet that this method works well. -k ask for password for ssh connection -u remote user to use for the ssh connection ansible-playbook  -k -u username1 playbook.yaml   […]

Python: Installing pip on Centos

Posted on August 12, 2017November 21, 2017 bellcLeave a commentPosted in Programming, Python

Installing via yum You will need the Centos EPEL to do this. # yum install epel-release -y # yum install  python-pip -y Installing with wget method # curl “https://bootstrap.pypa.io/get-pip.py” -o “get-pip.py” sudo python get-pip.py        

Posts navigation

Newer posts

Recent Posts

  • Git ssh not working on windows.
  • How to disable SSH host key checking
  • Ansible: Role Directory overview
  • Bash: How to read between two line numbers?
  • Bash: Special Variables

Recent Comments

  • Sannyfus on Docker: Creating a Docker repo.
  • Thomas the tank on Docker: Creating a Docker repo.
  • Jack on Git Recap
  • Mike on Git Recap

Archives

  • August 2019
  • January 2019
  • December 2018
  • November 2018
  • November 2017
  • October 2017
  • September 2017
  • August 2017

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress | Theme: Sydney by aThemes.