Skip to content

juliousmulumba23/jue_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

                              ANSIBLE PLAYBOOK MODE

Applied to all the servers in the hosts file

ansible-playbook -i hosts -e inventory=all playbookname.yml

Applied to all the productions servers in the hosts file

ansible-playbook -i hosts -e inventory=prod-servers playbookname.yml

Applied to all the 2 servers in the hosts file

ansible-playbook -i hosts -e inventory=server1:server2 playbookname.yml

Applied to 1 server in the hosts file

ansible-playbook -i hosts -e inventory=server playbookname.yml

About

create docker images with Jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published