This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current
master
Markus Katharina Brechtel
7 years ago
commit
513ca2a3ec
3 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
files/apt-preferences
+3
-0
tasks/main.yml
+13
-0
tasks/setup_Debian.yml
+ 0
- 0
files/apt-preferences
View File
+ 3
- 0
tasks/main.yml
View File
@@ -0,0 +1,3 @@
---
- include: setup_Debian.yml
+ 13
- 0
tasks/setup_Debian.yml
View File
@@ -0,0 +1,13 @@
---
- name: apt preferences
copy:
src: apt-preferences
dest: /etc/apt/preferences.d/ansible
- name: apt packages installed
apt:
pkg: "{{item}}"
state: present
with_items:
- ansible
Write
Preview
Loading…
Cancel
Save