Skip to content

sergkondr/ansible-eve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eve-ng

Prepare host and add Eve-NG images.

How to create environment in Google Cloud Platform: instruction

Example

Prepare:

  • Create inventory
[eve]
eve.example.com
  • Fill group_vars/eve/secret.yaml
---

eve_default_url_s3: "https://s3.eu-west-1.amazonaws.com/bucket.with.images"

telegram_chat_id: "1234567890"
telegram_bot_token: "987654321:ABCDEF...."

r53_updater_zone_id: "Z123412341234"
r53_updater_record: "eve.example.com"
r53_updater_aws_key_id: "AKI123412341234"
r53_updater_aws_secret_key: "..."
  • Run
# install roles:
ansible-glaxy install -r roles/requirements.yaml
# to install python on new host:
ansible-playbook main.yaml -t python
# configure host
ansible-playbook main.yaml

Todo

  • Install eve
  • Configure ssh
  • Configure sudoers

About

Playbook for preparing EVE-NG host

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published