Skip to content

chefgs/ansible_playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_playbooks

Playbook functionality details

Playbook : cloud_init_playbook

Below configurations are set when running the Playbook

  • Set a hostname on operating system level
  • Install a package called “my-monitoring-agent”. Assume that the package repository is already configured
  • Set the hostname in the configuration of the monitoring agent. Config file located at “/etc/mon-agent/agent.conf”
  • Ensure that the two users, “mac” and “bob” exists and are part of the group “my-staff”

Playbook : nginx_playbook

  • This playbook can be used to setup simple nginx server (with no config added in nginx.conf)

About

Ansible playbook to set the system desired state

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages