Skip to content
Snippets Groups Projects
Commit 4ed9f35b authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

add playbooks for base tasks

parent fe05fcfd
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ansible-playbook
---
- name: BASE
hosts: all
tags: all
roles:
- base
...
#!/usr/bin/env ansible-playbook
---
- name: LOCALE
hosts: all
tags: all
roles:
- conf
- locale
...
#!/usr/bin/env ansible-playbook
---
- name: POSTFIX
hosts: all
tags: all
roles:
- conf
- postfix
...
#!/usr/bin/env ansible-playbook
---
- name: REPOSITORY
hosts: all
tags: all
roles:
- conf
- repos
...
#!/usr/bin/env ansible-playbook
---
- name: USERS
hosts: all
tags: all
roles:
- conf
- users
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment