Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Shell Script to Install Ansible AWX on centos 7

[root@awx ~]# yum install -y https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
Comment

Shell Script to Install Ansible AWX on centos 7

[root@awx ~]# yum install -y epel-release
Comment

Shell Script to Install Ansible AWX on centos 7

[root@awx ~]# yum install postgresql96-server -y
Comment

Shell Script to Install Ansible AWX on centos 7

[root@awx ~]# yum install -y rabbitmq-server wget memcached nginx ansible
Comment

Shell Script to Install Ansible AWX on centos 7

[root@awx ~]# wget -O /etc/yum.repos.d/awx-rpm.repo https://copr.fedorainfracloud.org/coprs/mrmeee/awx/repo/epel-7/mrmeee-awx-epel-7.repo
Comment

PREVIOUS NEXT
Code Example
Shell :: django-taggit display tags 
Shell :: create branch git command 
Shell :: change file creation metadata 
Shell :: git remove submodule 
Shell :: install specific gitlab version on ubuntu 
Shell :: alternative to awk 
Shell :: Remove directory/folder locally and git 
Shell :: windows stop service 
Shell :: relocating shards stuck elasticsearch 
Shell :: how to turn off wiregurad 
Shell :: WSL2 .wslconfig Windows 
Shell :: gnome terminator 
Shell :: change folder permission show git 
Shell :: firebase cli 
Shell :: cmd move overwrite file 
Shell :: start with git and github 
Shell :: shell create random mac 
Shell :: download all bitbucket repositories 
Shell :: find command path 
Shell :: /bin/bash: ./darknet: No such file or directory 
Shell :: set up jdk and maven on wsl 
Shell :: gsed comand store file 
Shell :: golang compile with injected variable 
Shell :: application version on ubuntu 
Shell :: git go back to head after checkout commit 
Shell :: Remove duplicated files from git 
Shell :: printf in bash 
Shell :: open current directory in terminal 
Shell :: how to turn off screenkey 
Shell :: kali metapackages detail 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =