Skip to content

Commit

Permalink
ci cron lun. 01 avril 2024 12:39:53 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Apr 1, 2024
1 parent 4860608 commit 19c1581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packer/lbt-docker.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ build {
"apt-get install -y curl vim git wget tzdata sudo",
// "git clone https://github.com/laluka/lalubuntu",
// "mv lalubuntu /opt/lalubuntu",
"git config --global --add safe.directory /opt/lalubuntu",
"cd /opt/lalubuntu",
"git checkout lalu/rolling-1709719668", // Dev Time Only
"bash -x packer/create-user.sh",
Expand Down Expand Up @@ -98,6 +99,7 @@ build {
inline = [
// "git clone https://github.com/laluka/lalubuntu",
// "mv lalubuntu /opt/lalubuntu",
"git config --global --add safe.directory /opt/lalubuntu",
"cd /opt/lalubuntu",
"git checkout lalu/rolling-1709719668", // Dev Time Only
"echo \"hacker ALL=(ALL) NOPASSWD: ALL # TMPHACK_INSTALL_ONLY\" | tee -a /etc/sudoers",
Expand Down Expand Up @@ -134,6 +136,7 @@ build {
"TZ=Etc/UTC",
]
inline = [
"git config --global --add safe.directory /opt/lalubuntu",
"cd /opt/lalubuntu",
"echo \"hacker ALL=(ALL) NOPASSWD: ALL # TMPHACK_INSTALL_ONLY\" | tee -a /etc/sudoers",
"sudo -u hacker -- bash -xlc \"ansible-playbook -v -i inventory.ini main.yml --tags offensive-stuff\"",
Expand Down Expand Up @@ -169,6 +172,7 @@ build {
"TZ=Etc/UTC",
]
inline = [
"git config --global --add safe.directory /opt/lalubuntu",
"cd /opt/lalubuntu",
"echo \"hacker ALL=(ALL) NOPASSWD: ALL # TMPHACK_INSTALL_ONLY\" | tee -a /etc/sudoers",
"sudo -u hacker -- bash -xlc \"ansible-playbook -v -i inventory.ini main.yml --tags gui-tools\"",
Expand Down

0 comments on commit 19c1581

Please sign in to comment.