How to install ansible on fedora coreos?

How to install Python in Fedora Coreos?

Prerequisites: Installing pip

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python get-pip.py --user

Installing Ansible with pip

# Once pip is installed, you can install Ansible 1:
$ python -m pip install --user ansible

# In order to use the paramiko connection plugin or modules that require paramiko, install the required module 2:
$ python -m pip install --user paramiko

# If you wish to install Ansible globally, run the following commands:
$ sudo python get-pip.py
$ sudo python -m pip install ansible
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x