Skip to content

Commit

Permalink
Add tasks to controller-playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 3, 2024
1 parent 73720b0 commit 6934489
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/controller-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
- hosts: 127.0.0.1
connection: local

roles:
- ssh_users
- ansible_controller
13 changes: 13 additions & 0 deletions ansible/roles/ansible_controller/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
tasks:
- name: install base deps
ansible.builtin.apt:
name:
- "awscli"
- "etckeeper"
- "git"
- "python3-dnspython"
- "python3-boto3"
- "tmux"
- "vim"
state: "latest"
update_cache: "yes"
File renamed without changes.

0 comments on commit 6934489

Please sign in to comment.